Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disassemble x86 #192

Merged
merged 1 commit into from
Oct 4, 2017
Merged

Disassemble x86 #192

merged 1 commit into from
Oct 4, 2017

Conversation

n1474335
Copy link
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