pfalcon / ScratchABit

Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
GNU General Public License v3.0
393 stars 47 forks source link

Consider leveraging python-idb for more IDAPython API implementation #26

Open pfalcon opened 6 years ago

pfalcon commented 6 years ago

https://github.com/williballenthin/python-idb is advertized as a tool to decode IDB databases, but that's boring part, it actually had 50K of the code implementing idaapi and friends.