mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
The parsepe.py tool can list all sections and symbols from a PE (portable executable) binary file, and extract the contents of a symbol. usage: parsepe.py -l <filename> list all sections and symbols in file parsepe.py -s <symbol> -x <filename> extract symbol from file TODO: - currently only handles COFF symbol tables - can only extract external (global) symbols