]> sigrok.org Git - sigrok-util.git/blob - firmware/README.parsepe
8a69b6f5545c94ce77b938ab83146a543386763a
[sigrok-util.git] / firmware / README.parsepe
1 The parsepe.py tool can list all sections and symbols from a PE (portable
2 executable) binary file, and extract the contents of a symbol.
3
4 usage:
5 parsepe.py -l <filename>                list all sections and symbols in file
6 parsepe.py -s <symbol> -x <filename>    extract symbol from file
7
8 TODO:
9 - currently only handles COFF symbol tables
10 - can only extract external (global) symbols
11