Home

Awesome

FakePDB

Tool for PDB generation from IDA Pro database

Supports:

Download

How to install

How to use

There are several features in this plugin:

PDB file generation

The PDB can optionally include symbols for function labels: use Generate .PDB file (with function labels) (or Ctrl+Shift+5).

LIB file generation

IDA database export to .json

Binary signature search

Function names import from .json file

required file format:

{
   "function_name_1": "0001:123456",
   "function_name_2": "0001:254646",
   "function_name_X": "XXXX:YYYYYY",
   "function_name_Y": "0x0124567AF",
}

where:

TODO

Useful links

Mentions

Thanks

Inspired by:

Based on:

Also take look at: