Tool for PDB generation from IDA Pro database
Inspired by:
Based on:
- LLVM project https://llvm.org/
- LLD project https://lld.llvm.org/
-
Compile
pdbgen
(requires LLVM) -
Generate IDA dump
- Open target executable in IDA >= 7.0
File
->Script file ...
- select
src_ida/dumpinfo.py
- it will generate
filename.json
near the.idb
file
-
Generate PDB
- drag
filename.exe
topdbgen.exe
- it will generate
filename.pdb
near thefilename.exe
- drag
- GHIDRA support
- PE32+ support
- Function arguments support