CheckPointSW / Karta

Karta - source code assisted fast binary matching plugin for IDA
MIT License
862 stars 103 forks source link

Made karta more efficient #59

Open harelon opened 2 years ago

harelon commented 2 years ago

Improved karta src analysis speed by using multiprocessing and made it into a script. Added checking that libraries and object directories exist before execution Added using previously created file state files Improved ida analysis script by opening a database and working on it without outputing asm files Added ability to set a default disassembler Made imports relative and changed imports order Changed setup.py to compile the library as karta and not src