awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesExecutable Format Mappings

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.

Awesome Executable Format Mappings GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • razrfalcon/cargo-bloatAvatar RazrFalcon

    RazrFalcon/cargo-bloat

    2,718Vezi pe GitHub↗

    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.

    Rust
    Vezi pe GitHub↗2,718
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Section Resolvers
  4. Executable Format Mappings