go-inspector is a scancode plugin to extract symbols and dependencies found in Go binaries.
Project description
go-inspector is a utility to extract dependencies and symbols from Go binaries. It is designed to work as a ScanCode Toolkit plugin and integrated in ScanCode.io
To install and use:
Run pip install go-inspector
Use with scancode --json-pp - --go-symbol --verbose <PATH to a tree or file with Go binaries>
The JSON output will contain various dependencies and symbols found in Go binaries if any.
A Go compiler is required to build go-inspector. Install Go from https://go.dev/doc/install or from a package manager.
License: Apache-2.0 AND MIT AND BSD-3-Clause WITH LicenRef-scancode-google-patent-license-golang
Copyright (c) nexB Inc., AboutCode, Mandiant, The Go Authors, Elliot Chance and others.
See the libsrc/ directory for detailed license and credits for bundled third-party packages.
Development
Install requirements and dependencies using make dev
Then source venv/bin/activate
Testing:
To run tests: pytest -vvs
To regen test fixtures: SCANCODE_REGEN_TEST_FIXTURES=yes pytest -vvs
To update the bundled GoReSym, see src/bin/update.sh
Building:
Ensure make dev has been run, then run make build
How to re-generate test binaries
These are compiled (and committed) from code in tests/data/basic :
Run go tool dist list to get all possible pairs of OSes and arches to compile the binary.
Then build a OS/arch pair like this to get compiled binaries: GOOS=<OS> GOARCH=<arch> go build -o ./tests/data/basic/app_<OS>_exe ./tests/data/main.go
Make a copy and run strip of the Linux executable as “app_lin_exe_stripped”
Acknowledgements, Funding, Support and Sponsoring
This project is funded, supported and sponsored by:
Generous support and contributions from users like you!
the European Commission NGI programme
the NLnet Foundation
the Swiss State Secretariat for Education, Research and Innovation (SERI)
Google, including the Google Summer of Code and the Google Seasons of Doc programmes
Mercedes-Benz Group
Microsoft and Microsoft Azure
AboutCode ASBL
nexB Inc.
This project was funded through the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission’s Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
https://nlnet.nl/project/Back2source/
This project was funded through the NGI0 Core Fund, a fund established by NLnet with financial support from the European Commission’s Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101092990.
https://nlnet.nl/project/Back2source-next/
This project was funded through the NGI0 Entrust Fund, a fund established by NLnet with financial support from the European Commission’s Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 101069594.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file go_inspector-0.5.0.tar.gz
.
File metadata
- Download URL: go_inspector-0.5.0.tar.gz
- Upload date:
- Size: 56.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 122ba376348794e7bdf9816e442064042489c30e49506e5c84ac218592461d7e |
|
MD5 | a540c4eb80320a1ba478c1c17c8ce616 |
|
BLAKE2b-256 | 874ee11d0ba49f35ffa1cc47ada4def9794f328a497b324a67f164e970ec1073 |
File details
Details for the file go_inspector-0.5.0-py3-none-any.whl
.
File metadata
- Download URL: go_inspector-0.5.0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c11807e2b3bfd8a255407a44b754c9c5efd4cd471b25795e5efe7f245c4450b2 |
|
MD5 | 306997a59289690aade8621d31a224ed |
|
BLAKE2b-256 | 86fcab68121476da4da1a133bd82ca6820fe53d1419fefa9afe7491b7efcdc62 |