-
Hello there, I want to disassemble exe bin dll etc to opcodes. I want to read files and convert them to opcodes. How can I do that? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
wtfsck
Aug 30, 2023
Replies: 1 comment
-
The README has an example on how to do that. It shows how to print the instruction bytes and disassembly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wtfsck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The README has an example on how to do that. It shows how to print the instruction bytes and disassembly.