Skip to content

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

Notifications You must be signed in to change notification settings

rmadair/windbg2ida

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages