Skip to content

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

Notifications You must be signed in to change notification settings

night199uk/gdb-symbol-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages