danielplohmann / smda

SMDA is a minimalist recursive disassembler library that is optimized for accurate Control Flow Graph (CFG) recovery from memory dumps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate with IDA

danielplohmann opened this issue · comments

IDA won't recognize any code/functions when loaded as binary buffer for x64.
Therefore, have SMDA run over the buffer loaded and IDA and provide CFG information to be then used by IDA.
This should be also usable for x86 with incomplete function discovery.

IDA meanwhile does recognize x64 dumps much better than before.
SMDA can also export data from IDA.