Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db of function calls with IDA gui integration #4

Open
deresz opened this issue Mar 25, 2013 · 2 comments
Open

db of function calls with IDA gui integration #4

deresz opened this issue Mar 25, 2013 · 2 comments

Comments

@deresz
Copy link
Owner

deresz commented Mar 25, 2013

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
Copy link

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

@deresz
Copy link
Owner Author

deresz commented Apr 4, 2013

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

  • only x86 support currently
  • no interactivity, e.g. you can not run it from the middle of a debugging section (because cuckoo is used) - as the name says it's an "offline debugger"
  • no kernel mode support (PIN does not support)
  • has a GUI to browse the results, but it is far from what IDA provides

It also has many advantages though

  • the usage of PIN which means fast tracing with no "messy" breakpoints plus easy following of dynamically created code
  • thanks to coockoo it will follow the code as it travels through the system (e.g. code injections)
  • said database - it is already there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants