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
2
2
=========
3
3
4
4
5
- v0.0 .0
5
+ v0.1 .0
6
6
------
7
7
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.
8
8
To install and use:
9
9
10
10
- 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> ``
12
12
13
13
The JSON output will contain binary symbols found in binaries if any.
14
14
You can’t perform that action at this time.
0 commit comments