Windbg2ida
Import debugging traces from WinDBG into IDA. Color the graph, fill in the value of all the operands, etc.
Install / Use
/learn @rmadair/Windbg2idaREADME
Import debugging traces from WinDBG into IDA. Color the graph, fill in the value of all operands, etc.
From WinDBG:
- Open a log file, ".logopen mylog.txt"
- Step through a program manually or automatically, "pa 0xdeadbeef"
- In IDA, import the windbg2ida.py file
- In the output window, "windbg2ida(mylog.txt)"
For an example before and after, check out :
http://rmadair.github.com/windbg2ida/
