Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

aboutcode-org/elf-inspector

Repository files navigation

elf-inspector

elf-inspector is a set of utilities to inspect binary ELF files and collect interesting data from them. This is also a ScanCode-toolkit plugin and is also designed to work integrated in ScanCode.io for binary analysis.

This library uses: - [pyelftools](https://github.com/eliben/pyelftools) - [bids-analyser](https://github.com/APH10/BIDS)

To install and use:

  • Run pip install elf-inspector

  • Scancode now has two new options:

    --dwarf Collect source code path from compilation units found in
    ELF DWARFs.
    --elf Collect symbols and required dependent library names from
    an ELF binary file.
  • Use with scancode --json-pp - --dwarf --elf --verbose

The JSON output will contain various dependencies and symbols found in binaries if any.

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.

https://nlnet.nl/project/purl2sym/

About

A library to inspect ELF binary files

Resources

Readme

Security policy

Security policy

Stars

Watchers

Forks

Packages

Contributors