Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rmadair/windbg2ida

Import debugging traces from WinDBG into IDA. Color the graph, fill in the value of all the operands, etc.
https://github.com/rmadair/windbg2ida

Last synced: 3 months ago
JSON representation

Import debugging traces from WinDBG into IDA. Color the graph, fill in the value of all the operands, etc.

Awesome Lists containing this project

README

        

Import debugging traces from WinDBG into IDA. Color the graph, fill in the value of all operands, etc.

From WinDBG:

1. Open a log file, ".logopen mylog.txt"
2. Step through a program manually or automatically, "pa 0xdeadbeef"
3. In IDA, import the windbg2ida.py file
4. In the output window, "windbg2ida(mylog.txt)"

For an example before and after, check out :

http://rmadair.github.com/windbg2ida/