README.txt
November 12, 2012 ยท View on GitHub
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 :