Skip to content
adc edited this page Sep 13, 2010 · 1 revision

The current project is about 3000 lines of python.
Inside you get

disassemblers for x86 and mips for translating into a very simple IR ELF+some machO support; dynamic library resolution for irix, bsd, linux, and mac os x. Basic automated function detection. Intra-procedural control flow graph generation. “Smart” disassembly → constants and values are propagated within code blocks to do very simple resolution of function calls, strings, and constants where possible

Clone this wiki locally