/gdb-symbol-maker

Using a PE32 bin & a .MAP file exported from IDA created a binary symbol table to load into GDB with add-symbol-file

Primary LanguagePython

This small python utility is designed to create binaries with symbol tables for using during GDB debugging.

It allows you to take a stripped PE32 binary and a .MAP file exported from IDA (File->Produce File) and create a binary with debug symbols.

Usage: ./symbols.py

e.g. ./symbols.py PE32.dll PE32.map PE32.bin