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

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

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

2 مستودعات

Awesome GitHub RepositoriesBinary Section Resolvers

Utilities for determining the current runtime base addresses of specific binary sections like the stack, heap, and GOT.

Distinct from Address Resolution Mapping: Candidates focus on network DNS resolution or emulated hardware mapping, not runtime binary section addresses.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Section Resolvers. Refine with filters or upvote what's useful.

Awesome Binary Section Resolvers GitHub Repositories

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

    hugsy/gef

    8,020عرض على GitHub↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Resolves runtime base addresses for critical memory sections including the stack, heap, BSS, and GOT.

    Pythonbinary-ninjactfdebugging
    عرض على GitHub↗8,020
  • razrfalcon/cargo-bloatالصورة الرمزية لـ RazrFalcon

    RazrFalcon/cargo-bloat

    2,718عرض على 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
    عرض على GitHub↗2,718
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Section Resolvers

استكشف الوسوم الفرعية

  • Executable Format MappingsMappings 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.