deresz / funcap

IDA Pro script to add some useful runtime info to static analysis
523 stars 93 forks source link

db of function calls with IDA gui integration #4

Open deresz opened 11 years ago

deresz commented 11 years ago

some database interface for collected data + UI plugin in IDA - so that right click on a function call in IDA will show the table with links to different captures for that particular call. This would be really cool.

ostraconify commented 11 years ago

Sounds a bit like Malwasm - https://code.google.com/p/malwasm/ - always thought that needed an IDA plugin...

deresz commented 11 years ago

Yeah this would be almost perfect ... Having malwasm write to IDA directly. "Almost" because malwasm has some limitations:

It also has many advantages though