al3xtjames / ghidra-firmware-utils

Ghidra utilities for analyzing PC firmware
Other
386 stars 43 forks source link

Parse the debug directory in TE binaries #11

Open al3xtjames opened 3 years ago

al3xtjames commented 3 years ago

We currently ignore the debug directory and don't try to parse any debug symbols. Look into AbstractPeDebugLoader, DebugDirectoryParser, and other related classes used by Ghidra's PE loader.