]> sigrok.org Git - sigrok-util.git/blob - firmware/hantek-dso/README.parsepe
sigrok-native-macosx: Fix an issue with recent boost versions.
[sigrok-util.git] / firmware / hantek-dso / 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