Skip to content

Disassemble x86#192

Merged
n1474335 merged 1 commit intomasterfrom
feature-disassembly
Oct 4, 2017
Merged

Disassemble x86#192
n1474335 merged 1 commit intomasterfrom
feature-disassembly

Conversation

@n1474335
Copy link
Copy Markdown
Member

@n1474335 n1474335 commented Oct 4, 2017

This PR introduces the 'Shellcode' module, currently comprising of one operation: 'Disassemble x86'.

This operation supports 64-, 32-, and 16-bit code written for Intel or AMD x86 processors.

This closes #68. I initially tried to use capstone.js, however its size (5MB minified) caused no end of issues with webpack, so I ended up going with X86-64-Disassembler-JS. In future it would be nice to switch to a more comprehensive library that supports more architectures, but this is a good start while we're waiting for other libraries to mature.

image

@n1474335 n1474335 merged commit cd5265f into master Oct 4, 2017
@n1474335 n1474335 deleted the feature-disassembly branch October 4, 2017 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Operation request: Disassemble shellcode

1 participant