1 repository
Mappings that translate various binary executable formats into a common internal representation of sections.
Distinct from Binary Section Resolvers: Focuses on cross-format normalization (ELF, Mach-O) rather than resolving runtime base addresses of sections.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Executable Format Mappings. Refine with filters or upvote what's useful.
cargo-bloat is a binary size analyzer and compilation analysis tool for Rust. It identifies the largest functions and dependencies within compiled executables to locate space-consuming code and reduce the overall binary footprint. The tool functions as a build profile inspector and symbol size profiler, allowing users to analyze how different compiler options and build profiles affect the final binary size. It can export symbol data into human-readable tables or JSON format to monitor the footprint of specific crates. Capabilities include multi-target analysis across different platforms and
Provides a unified internal representation for different executable formats like ELF and Mach-O.