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 list all sections and symbols in file parsepe.py -s -x extract symbol from file TODO: - currently only handles COFF symbol tables - can only extract external (global) symbols