7 releases (breaking)

0.7.0 Dec 29, 2022
0.6.0 Aug 7, 2022
0.5.0 Mar 6, 2022
0.4.0 Oct 25, 2021
0.1.0 Mar 4, 2021

#10 in #tugger

Download history 45/week @ 2024-01-01 109/week @ 2024-01-08 34/week @ 2024-01-15 26/week @ 2024-01-22 19/week @ 2024-01-29 30/week @ 2024-02-05 37/week @ 2024-02-12 58/week @ 2024-02-19 132/week @ 2024-02-26 34/week @ 2024-03-04 51/week @ 2024-03-11 63/week @ 2024-03-18 12/week @ 2024-03-25 61/week @ 2024-04-01 56/week @ 2024-04-08 34/week @ 2024-04-15

171 downloads per month
Used in pyoxidizer

MPL-2.0 license

20KB
457 lines

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!

Dependencies

~1MB
~22K SLoC