File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ Changelog
22=========
33
44
5- v0.0 .0
5+ v0.1 .0
66------
77
8- *xxxx-xx-xx * -- Initial release.
8+ Initial release with support for:
9+
10+ * Get parsed list of demangled and cleaned symbols from a winpe binary
11+ * Get parsed list of demangled and cleaned symbols from a macho binary
12+ * scancode-toolkit plugins for collecting symbols from macho and winpe binaries
13+ with the CLI option --winpe-symbol --macho-symbol
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Toolkit plugin and integrated in ScanCode.io pipelines.
88To install and use:
99
1010- Run ``pip install binary-inspector ``
11- - Use with ``scancode --json-pp - --binary -symbol --verbose <PATH to a tree or file with binaries> ``
11+ - Use with ``scancode --json-pp - --macho-symbol --winpe -symbol --verbose <PATH to a tree or file with binaries> ``
1212
1313The JSON output will contain binary symbols found in binaries if any.
1414
You can’t perform that action at this time.
0 commit comments