awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesLinker Section Analysis

Analysis of binary data grouped by linker sections to identify space consumption of atomic regions.

Distinct from Binary Linkers: Focuses on size analysis of sections rather than the linking process or section stripping.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Linker Section Analysis. Refine with filters or upvote what's useful.

Awesome Linker Section Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • google/bloatyالصورة الرمزية لـ google

    google/bloaty

    5,488عرض على GitHub↗

    Bloaty is a binary size profiler and executable format analyzer that attributes every byte of a binary to specific symbols or compile units. It functions as a compilation unit profiler and C++ symbol demangler, mapping binary size back to source files and translating mangled names into human-readable formats. The project distinguishes itself as a binary diffing tool capable of comparing two versions of a binary to isolate specific symbols or sections responsible for size regressions. It provides specialized support for recovering symbols in stripped binaries by associating them with external

    Groups binary data by linker sections to identify which atomic regions are consuming the most space.

    C++
    عرض على GitHub↗5,488
  1. Home
  2. Operating Systems & Systems Programming
  3. Linker Section Analysis