You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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