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