Files
DebugInfo/MakePDB
..
2025-02-12 02:03:14 +08:00
2025-01-20 03:39:05 +08:00
2025-01-20 03:39:05 +08:00
2025-01-20 17:35:37 +08:00
2025-01-20 03:39:05 +08:00

MakePDB

Generates a matching PDB file from the symbol data and the original COFF file.

Usage

Note

Please make sure that the symbol data (generated by askrva) matches the original COFF (bedrock_server.exe).

Usage: makepdb [--help] [--version] --program VAR --symbol-data VAR --output VAR

Optional arguments:
  -h, --help     shows help message and exits 
  -v, --version  prints version information and exits 
  --program      Path to bedrock_server.exe [required]
  --symbol-data  Path to symbol data. [required]
  -o, --output   Path to output PDB. [required]
  • Example:
./makepdb --program test.exe --symbol-data dump.json --output test.pdb