]> sigrok.org Git - sigrok-util.git/blobdiff - firmware/hantek-dso/README.parsepe
Move/rename firmware extractor tools.
[sigrok-util.git] / firmware / hantek-dso / README.parsepe
diff --git a/firmware/hantek-dso/README.parsepe b/firmware/hantek-dso/README.parsepe
new file mode 100644 (file)
index 0000000..8a69b6f
--- /dev/null
@@ -0,0 +1,11 @@
+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
+