fosslight-binary 5.1.2__tar.gz → 5.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/PKG-INFO +2 -2
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/README.md +1 -1
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/setup.py +1 -1
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/binary_analysis.py +2 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/PKG-INFO +2 -2
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/LICENSE +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/LICENSES/Apache-2.0.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/LICENSES/LicenseRef-3rd_party_licenses.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/MANIFEST.in +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/requirements.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/setup.cfg +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/__init__.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/_binary.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/_binary_dao.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/_help.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/_jar_analysis.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/_simple_mode.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary/cli.py +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/SOURCES.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/dependency_links.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/entry_points.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/requires.txt +0 -0
- {fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fosslight_binary
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.3
|
|
4
4
|
Summary: FOSSLight Binary Scanner
|
|
5
5
|
Home-page: https://github.com/fosslight/fosslight_binary_scanner
|
|
6
6
|
Author: LG Electronics
|
|
@@ -25,7 +25,7 @@ Description: <!--
|
|
|
25
25
|
## 👏 Contributing Guide
|
|
26
26
|
|
|
27
27
|
We always welcome your contributions.
|
|
28
|
-
Please see the [CONTRIBUTING guide](https://fosslight.org/
|
|
28
|
+
Please see the [CONTRIBUTING guide](https://fosslight.org/hub-guide-en/contribution/1_contribution.html) for how to contribute.
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
## 📄 License
|
|
@@ -17,7 +17,7 @@ Please see the [**User Guide**](https://fosslight.org/fosslight-guide-en/scanner
|
|
|
17
17
|
## 👏 Contributing Guide
|
|
18
18
|
|
|
19
19
|
We always welcome your contributions.
|
|
20
|
-
Please see the [CONTRIBUTING guide](https://fosslight.org/
|
|
20
|
+
Please see the [CONTRIBUTING guide](https://fosslight.org/hub-guide-en/contribution/1_contribution.html) for how to contribute.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
## 📄 License
|
|
@@ -63,6 +63,8 @@ def get_checksum_and_tlsh(bin_with_path):
|
|
|
63
63
|
checksum_value = str(sha1_hash.hexdigest())
|
|
64
64
|
try:
|
|
65
65
|
tlsh_value = str(tlsh.hash(byte))
|
|
66
|
+
if tlsh_value == "TNULL" or (not tlsh_value):
|
|
67
|
+
tlsh_value = TLSH_CHECKSUM_NULL
|
|
66
68
|
except:
|
|
67
69
|
tlsh_value = TLSH_CHECKSUM_NULL
|
|
68
70
|
f.close()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: fosslight-binary
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.3
|
|
4
4
|
Summary: FOSSLight Binary Scanner
|
|
5
5
|
Home-page: https://github.com/fosslight/fosslight_binary_scanner
|
|
6
6
|
Author: LG Electronics
|
|
@@ -25,7 +25,7 @@ Description: <!--
|
|
|
25
25
|
## 👏 Contributing Guide
|
|
26
26
|
|
|
27
27
|
We always welcome your contributions.
|
|
28
|
-
Please see the [CONTRIBUTING guide](https://fosslight.org/
|
|
28
|
+
Please see the [CONTRIBUTING guide](https://fosslight.org/hub-guide-en/contribution/1_contribution.html) for how to contribute.
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
## 📄 License
|
|
File without changes
|
|
File without changes
|
{fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/LICENSES/LicenseRef-3rd_party_licenses.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/requires.txt
RENAMED
|
File without changes
|
{fosslight_binary-5.1.2 → fosslight_binary-5.1.3}/src/fosslight_binary.egg-info/top_level.txt
RENAMED
|
File without changes
|