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

generating script for radare2 and IDA #12

Open
6 tasks
ampotos opened this issue Aug 25, 2016 · 1 comment
Open
6 tasks

generating script for radare2 and IDA #12

ampotos opened this issue Aug 25, 2016 · 1 comment

Comments

@ampotos
Copy link
Owner

ampotos commented Aug 25, 2016

The structures recovered can be used to help dynamic analysis via a debuger. But actually tehre is no easy way to import the recovered structure in radare2 or IDA.

So adding the possible to create script for both of this tool which will import the structure recovered. When a call to an allocation routine always allocate the same structure (or array) the scripts may also a breakpoint and run a comand to automatically type the return of the routine to the detected struct.

The scripys mays also add comm on malloc call to say what structure or array they are allocating and to the accessing instruction to say what structure of what memebr the instruction is writting reading.

IDA:

  • Import structure
  • comment accessing instructions
  • auto-typing return of allocator

Radare2:

  • Import structure
  • comment accessing instructions
  • auto-typing return of allocator

For both script an option to create them from the command line must be add and the possibility to download them via the web_ui must be add as well.

@ampotos
Copy link
Owner Author

ampotos commented Feb 3, 2017

And why not the same for gdb

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

1 participant