tugger-binary-analysis

Crates.iotugger-binary-analysis
lib.rstugger-binary-analysis
version0.7.0
sourcesrc
created_at2021-03-04 22:35:45.300967
updated_at2022-12-29 23:57:23.743337
descriptionInspect platform binaries
homepagehttps://github.com/indygreg/PyOxidizer
repositoryhttps://github.com/indygreg/PyOxidizer.git
max_upload_size
id363937
size19,678
Gregory Szorc (indygreg)

documentation

README

tugger-binary-analysis

tugger-binary-analysis is a library crate implementing functionality for analyzing platform native binaries. The following functionality is (partially) implemented:

  • Defines mappings of gcc and glibc versions to Linux distributions.
  • Obtain shared library dependencies of a binary.
  • Find unresolved symbols in ELF binaries.
  • Analyze a binary for machine portability.

tugger-binary-analysis is part of the Tugger application distribution tool but exists as its own crate to facilitate code reuse for other tools wishing to reuse its functionality. Tugger is part of the PyOxidizer project and this crate is developed in that repository.

While this crate is developed as part of a larger project, modifications to support its use outside of its primary use case are very much welcome!

Commit count: 6697

cargo fmt