Skip to content

Commit 008c6f2

Browse files
Update CHANGELOG and readme for 0.1.0 release
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 8973fa9 commit 008c6f2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Toolkit plugin and integrated in ScanCode.io pipelines.
88
To 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

1313
The JSON output will contain binary symbols found in binaries if any.
1414

0 commit comments

Comments
 (0)