SkillAgentSearch skills...

Windbg2ida

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

Install / Use

/learn @rmadair/Windbg2ida
About this skill

Quality Score

0/100

Supported Platforms

Universal

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/

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated4mo ago
Forks11

Languages

Python

Security Score

72/100

Audited on Nov 10, 2025

No findings