eda0ab97e8
way to disassemble Intel x86 raw opcode bytes (machine code). It can parse and print out opcodes in AT&T and Intel syntax. WWW: http://www.nologin.net/main.pl?action=codeView&codeId=49& PR: ports/95048 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
5 lines
254 B
Text
5 lines
254 B
Text
libdasm is a C-library that tries to provide simple and convenient
|
|
way to disassemble Intel x86 raw opcode bytes (machine code). It
|
|
can parse and print out opcodes in AT&T and Intel syntax.
|
|
|
|
WWW: http://www.nologin.net/main.pl?action=codeView&codeId=49&
|