Skip to content

Repository files navigation

binary-inspector

binary-inspector is a utility to extract symbols from various kinds of binaries, i.e. ELF, Mach-O, WinPE and other binary formats. It is designed to work as a ScanCode Toolkit plugin and integrated in ScanCode.io pipelines.

To install run pip install binary-inspector and use with:

scancode --json-pp - --macho-symbol --winpe-symbol --verbose <PATH to a tree or file with binaries>

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

Development

  • Install requirements and dependencies using ./configure --clean && ./configure --dev
  • Then source venv/bin/activate

Testing:

  • To run tests: pytest -vvs
  • To regen test fixtures: SCANCODE_REGEN_TEST_FIXTURES=yes pytest -vvs

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 also uses some functions from other packages:

Europa logoEC DG Connect logo

NGI logoNLnet foundation logo

AboutCode logonexB logo

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.

NGI Zero Entrust logohttps://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.

NGI Zero Core Logohttps://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.

NGI Zero Entrust logohttps://nlnet.nl/project/purl2all/

About

A library and tools to inspect binaries (elf, winpe, mach0) for dependencies, symbols and other info, and models to store this.

Resources

Security policy

Stars

1 star

Watchers

4 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages

Generated from aboutcode-org/skeleton