awesome-repositories.com
Blog
MCP
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
·
google avatar

google/bloaty

0
View on GitHub↗
5,488 stele·373 fork-uri·C++·Apache-2.0·9 vizualizări

Bloaty

Bloaty este un profiler de dimensiune a binarului și analizor de format executabil care atribuie fiecare byte al unui binar unor simboluri sau unități de compilare specifice. Funcționează ca un profiler de unități de compilare și demangler de simboluri C++, mapând dimensiunea binarului înapoi la fișierele sursă și traducând numele manglate în formate lizibile pentru oameni.

Proiectul se distinge ca un instrument de diffing binar capabil să compare două versiuni ale unui binar pentru a izola simbolurile sau secțiunile specifice responsabile pentru regresii de dimensiune. Oferă suport specializat pentru recuperarea simbolurilor în binare stripped prin asocierea lor cu fișiere de debug externe folosind build identifiers.

Instrumentul oferă analiză binară cuprinzătoare pentru formatele ELF, Mach-O, PE/COFF și WebAssembly. Capabilitățile sale includ analizarea secțiunilor de linker, a segmentelor de memorie și a arhivelor de biblioteci statice, precum și identificarea spațiului consumat de funcțiile inlined. Utilizatorii pot izola în continuare datele folosind filtrarea prin expresii regulate și pot exporta rezultatele profilării în formate CSV sau TSV.

Features

  • Binary Size Regression Tracking - Isolates specific symbols or functions responsible for size regressions by comparing different binary versions.
  • Debug Symbol Resolvers - Provides mechanisms to resolve symbols in stripped binaries using build identifiers and external debug information.
  • Compilation Unit Profilers - Maps binary size back to specific source files by analyzing debug line information to identify bloated translation units.
  • Stripped Binary Debugging Tools - Restores symbol and compile unit information for stripped binaries using external debug files and build IDs.
  • Executable Format Support - Provides comprehensive parsing support for ELF, Mach-O, PE/COFF, and WebAssembly executable formats.
  • Byte-Level Symbol Attribution - Maps every individual byte of a binary to a specific symbol or compile unit for precise size attribution.
  • Binary Diffing - Compares two binary versions to identify structural changes and areas of size growth or shrinkage.
  • Executable Format Analyzers - Parses binary and archive formats to analyze internal structure, including linker sections and memory segments.
  • Binary Size Reporters - Provides utilities for calculating and displaying the total memory footprint and disk size of compiled programs.
  • Multi-Format Binary Loaders - Implements loaders for ELF, Mach-O, PE/COFF, and WebAssembly formats to extract size and symbol data.
  • Symbol Size Profilers - Measures and aggregates the memory footprint of individual binary symbols and sections into hierarchical reports.
  • Inlining Analysis - Analyzes binary space consumed by inlined functions by correlating binary addresses with debug line information.
  • Binary-to-Source Mapping - Associates binaries with source map files to enable compile unit and inline profiling.
  • Symbol Aggregation Rules - Allows the creation of custom grouping rules using regular expressions to aggregate binary symbols or sections.
  • Section Size Analysis - Reports the size of individual binary sections and segments across multiple executable formats.
  • Linker Section Analysis - Groups binary data by linker sections to identify which atomic regions are consuming the most space.
  • Memory Footprint Analysis - Distinguishes between the virtual memory footprint and the physical file size during binary analysis.
  • Symbol Demanglers - Translates mangled C++ symbol names into human-readable formats to identify space-consuming functions.
  • Object File Size Profiling - Breaks down the size of static libraries by analyzing the individual object files they contain.
  • Segment Permission Analysis - Determines how memory is mapped with specific read, write, and execute permissions via runtime loader segments.
  • Inlining Analysis - Identifies the amount of binary space consumed by inlined functions from header files using debug information.
  • Hierarchical Reports - Generates nested reports that visualize the structural relationship between binary segments, sections, and symbols.
  • Infrastructure and Configuration - Profiles binary size to identify bloat.
  • Binary Analysis - Profiles binary size to understand what consumes space.

Istoric stele

Graficul istoricului de stele pentru google/bloatyGraficul istoricului de stele pentru google/bloaty

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Bloaty

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Bloaty.
  • kdab/hotspotAvatar KDAB

    KDAB/hotspot

    5,074Vezi pe GitHub↗

    Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool. It functions as a performance profiling visualizer and assembly-level profiler that maps performance costs to specific instructions synchronized with original source code. The project distinguishes itself through a remote symbol resolver that maps performance data from embedded targets to local host debug symbols and sysroots. It also includes a specialized off-CPU analysis tool designed to identify thread wait times and I/O blocks using kernel scheduler tracepoints. The tool

    C++
    Vezi pe GitHub↗5,074
  • 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

    Rust
    Vezi pe GitHub↗2,718
  • horsicq/nauz-file-detectorAvatar horsicq

    horsicq/Nauz-File-Detector

    574Vezi pe GitHub↗

    Linker/Compiler/Tool detector for Windows, Linux and MacOS.

    C++
    Vezi pe GitHub↗574
  • jkinder/jakstabAvatar jkinder

    jkinder/jakstab

    164Vezi pe GitHub↗

    The Jakstab static analysis platform for binaries

    Java
    Vezi pe GitHub↗164
Vezi toate cele 30 alternative pentru Bloaty→

Întrebări frecvente

Ce face google/bloaty?

Bloaty este un profiler de dimensiune a binarului și analizor de format executabil care atribuie fiecare byte al unui binar unor simboluri sau unități de compilare specifice. Funcționează ca un profiler de unități de compilare și demangler de simboluri C++, mapând dimensiunea binarului înapoi la fișierele sursă și traducând numele manglate în formate lizibile pentru oameni.

Care sunt principalele funcționalități ale google/bloaty?

Principalele funcționalități ale google/bloaty sunt: Binary Size Regression Tracking, Debug Symbol Resolvers, Compilation Unit Profilers, Stripped Binary Debugging Tools, Executable Format Support, Byte-Level Symbol Attribution, Binary Diffing, Executable Format Analyzers.

Care sunt câteva alternative open-source pentru google/bloaty?

Alternativele open-source pentru google/bloaty includ: kdab/hotspot — Hotspot is a graphical user interface for analyzing and visualizing performance data captured by the Linux perf tool.… razrfalcon/cargo-bloat — cargo-bloat is a binary size analyzer and compilation analysis tool for Rust. It identifies the largest functions and… microsoft/binskim — A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix… jkinder/jakstab — The Jakstab static analysis platform for binaries. horsicq/nauz-file-detector — Linker/Compiler/Tool detector for Windows, Linux and MacOS. rustwasm/twiggy — Twiggy🌱 is a code size profiler.