Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rmadair/windbg2ida
- Owner: rmadair
- Created: 2012-11-12T04:11:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-15T16:17:42.000Z (about 12 years ago)
- Last Synced: 2024-05-27T12:12:24.472Z (6 months ago)
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 25
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/