binary-inspector 0.1.1__tar.gz → 0.1.2__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.
- binary_inspector-0.1.2/.github/workflows/tests.yml +27 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/CHANGELOG.rst +15 -7
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/PKG-INFO +3 -2
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/requirements.txt +3 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/setup.cfg +2 -1
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/PKG-INFO +3 -2
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/SOURCES.txt +1 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/requires.txt +6 -1
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/.gitattributes +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/.github/workflows/docs-ci.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/.github/workflows/pypi-release.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/.gitignore +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/.readthedocs.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/AUTHORS.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/CODE_OF_CONDUCT.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/MANIFEST.in +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/Makefile +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/NOTICE +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/README.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/apache-2.0.LICENSE +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/azure-pipelines.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/configure +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/configure.bat +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/Makefile +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/make.bat +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/scripts/doc8_style_check.sh +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/scripts/sphinx_build_link_check.sh +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/source/_static/theme_overrides.css +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/source/conf.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/source/contribute/contrib_doc.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/docs/source/index.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/azure-container-deb.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/azure-container-rpm.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/azure-posix.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/azure-win.yml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/install_sudo.sh +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/macports-ci +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/macports-ci.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/ci/mit.LICENSE +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/README.rst +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/check_thirdparty.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/fetch_thirdparty.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/gen_pypi_simple.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/gen_pypi_simple.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/gen_pypi_simple.py.NOTICE +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/gen_requirements.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/gen_requirements_dev.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/requirements.txt +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pip_compatibility_tags.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pip_compatibility_tags.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pypi_supported_tags.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pypi_supported_tags.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/update_skeleton.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_dejacode.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pip_compatibility_tags.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pip_compatibility_tags.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pypi_supported_tags.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pypi_supported_tags.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_requirements.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_thirdparty.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_thirdparty.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/pyproject.toml +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/requirements-dev.txt +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/setup.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/__init__.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/binary.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/blint_binary.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/blint_binary.py.ABOUT +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/blint_binary.py.LICENSE +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/config.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/plugin.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/dependency_links.txt +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/entry_points.txt +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/not-zip-safe +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/top_level.txt +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/macho/Lumen +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/macho/Lumen-symbols-plugin.json +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/macho/Lumen-symbols.json +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/winpe/TranslucentTB-setup.exe +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/winpe/TranslucentTB-symbols-plugin.json +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/winpe/TranslucentTB-symbols.json +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/test_binary.py +0 -0
- {binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/test_plugin.py +0 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
name: Run tests on supported Python versions
|
|
2
|
+
|
|
3
|
+
on: [push, pull_request, workflow_dispatch]
|
|
4
|
+
|
|
5
|
+
jobs:
|
|
6
|
+
extensive_tests:
|
|
7
|
+
name: Run tests on Python ${{ matrix.python }}
|
|
8
|
+
runs-on: ${{ matrix.os }}
|
|
9
|
+
defaults:
|
|
10
|
+
run:
|
|
11
|
+
shell: bash
|
|
12
|
+
strategy:
|
|
13
|
+
fail-fast: false
|
|
14
|
+
matrix:
|
|
15
|
+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
|
16
|
+
os: ["ubuntu-latest"]
|
|
17
|
+
|
|
18
|
+
steps:
|
|
19
|
+
- uses: actions/checkout@v4
|
|
20
|
+
|
|
21
|
+
- name: Set up Python
|
|
22
|
+
uses: actions/setup-python@v5
|
|
23
|
+
with:
|
|
24
|
+
python-version: "${{ matrix.python }}"
|
|
25
|
+
|
|
26
|
+
- name: Run tests
|
|
27
|
+
run: make clean && make dev && make test
|
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
-
|
|
5
|
-
v0.1.0
|
|
4
|
+
v0.1.2
|
|
6
5
|
------
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
Bugfix release to fix click compatibility issues:
|
|
8
|
+
|
|
9
|
+
* Update commoncode to latest v32.3.0 with click compatibility fixes
|
|
9
10
|
|
|
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
|
|
14
11
|
|
|
15
12
|
v0.1.1
|
|
16
13
|
------
|
|
@@ -19,3 +16,14 @@ Bugfix release as the intial release had empty wheels:
|
|
|
19
16
|
|
|
20
17
|
* Fix binary-inspector wheels to have the necessary modules.
|
|
21
18
|
* Update to latest skeleton
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
v0.1.0
|
|
22
|
+
------
|
|
23
|
+
|
|
24
|
+
Initial release with support for:
|
|
25
|
+
|
|
26
|
+
* Get parsed list of demangled and cleaned symbols from a winpe binary
|
|
27
|
+
* Get parsed list of demangled and cleaned symbols from a macho binary
|
|
28
|
+
* scancode-toolkit plugins for collecting symbols from macho and winpe binaries
|
|
29
|
+
with the CLI option --winpe-symbol --macho-symbol
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: binary-inspector
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: binary-inspector is a library and tools to inspect binaries (elf, winpe, mach0) for symbols and other information, and models to store this.
|
|
5
5
|
Home-page: https://github.com/aboutcode-org/binary-inspector
|
|
6
6
|
Author: nexB. Inc. and others
|
|
@@ -21,7 +21,8 @@ License-File: AUTHORS.rst
|
|
|
21
21
|
License-File: CHANGELOG.rst
|
|
22
22
|
License-File: CODE_OF_CONDUCT.rst
|
|
23
23
|
License-File: README.rst
|
|
24
|
-
Requires-Dist: click<
|
|
24
|
+
Requires-Dist: click!=7.0,>=6.7; python_version < "3.10"
|
|
25
|
+
Requires-Dist: click>=8.2.0; python_version >= "3.10"
|
|
25
26
|
Requires-Dist: commoncode
|
|
26
27
|
Requires-Dist: plugincode
|
|
27
28
|
Requires-Dist: typecode
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: binary-inspector
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: binary-inspector is a library and tools to inspect binaries (elf, winpe, mach0) for symbols and other information, and models to store this.
|
|
5
5
|
Home-page: https://github.com/aboutcode-org/binary-inspector
|
|
6
6
|
Author: nexB. Inc. and others
|
|
@@ -21,7 +21,8 @@ License-File: AUTHORS.rst
|
|
|
21
21
|
License-File: CHANGELOG.rst
|
|
22
22
|
License-File: CODE_OF_CONDUCT.rst
|
|
23
23
|
License-File: README.rst
|
|
24
|
-
Requires-Dist: click<
|
|
24
|
+
Requires-Dist: click!=7.0,>=6.7; python_version < "3.10"
|
|
25
|
+
Requires-Dist: click>=8.2.0; python_version >= "3.10"
|
|
25
26
|
Requires-Dist: commoncode
|
|
26
27
|
Requires-Dist: plugincode
|
|
27
28
|
Requires-Dist: typecode
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pip_compatibility_tags.py
RENAMED
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/test_utils_pypi_supported_tags.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pip_compatibility_tags.py
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pip_compatibility_tags.py.ABOUT
RENAMED
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/etc/scripts/utils_pypi_supported_tags.py.ABOUT
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
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/blint_binary.py.ABOUT
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector/blint_binary.py.LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/src/binary_inspector.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/macho/Lumen-symbols-plugin.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/winpe/TranslucentTB-symbols-plugin.json
RENAMED
|
File without changes
|
{binary_inspector-0.1.1 → binary_inspector-0.1.2}/tests/data/winpe/TranslucentTB-symbols.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|