Skip to content
forked from Mixaill/FakePDB

Tool for PDB generation from IDA Pro database

License

Notifications You must be signed in to change notification settings

Patrix9999/FakePDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakePDB

Tool for PDB generation from IDA Pro database

Inspired by:

Based on:

How to use

  1. Compile pdbgen (requires LLVM)

  2. 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
  3. Generate PDB

    • drag filename.exe to pdbgen.exe
    • it will generate filename.pdb near the filename.exe

TODO

  • GHIDRA support
  • PE32+ support
  • Function arguments support

About

Tool for PDB generation from IDA Pro database

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%