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

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

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

5 مستودعات

Awesome GitHub RepositoriesMulti-Format Binary Loaders

Systems capable of parsing and loading multiple executable binary formats such as ELF, PE, and flat binaries.

Distinct from Binary Instruction Execution: None of the candidates cover the loading and execution of multiple binary formats; candidates focus on production, packaging, or instruction execution.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Multi-Format Binary Loaders. Refine with filters or upvote what's useful.

Awesome Multi-Format Binary Loaders GitHub Repositories

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

    Perfare/Il2CppDumper

    9,094عرض على GitHub↗

    Il2CppDumper is a reverse engineering tool that recovers original .NET assembly structure from Unity games compiled with il2cpp. It parses il2cpp binaries across multiple executable formats including ELF, Mach-O, PE, NSO, and WASM, and reconstructs the original DLL structure from embedded metadata tables, enabling decompilation and analysis of game code. The tool generates disassembler scripts for IDA, Ghidra, and Binary Ninja that apply recovered type definitions and structure layouts to the binary analysis. It also strips protection layers from memory-dumped libil2cpp.so files and simple PE

    Parses il2cpp binaries across ELF, Mach-O, PE, NSO, and WASM formats using format-specific loaders.

    C#il2cppreverse-engineeringunity
    عرض على GitHub↗9,094
  • jart/blinkالصورة الرمزية لـ jart

    jart/blink

    7,534عرض على GitHub↗

    Blink is a JIT-based instruction emulator and x86-64 Linux emulator designed to run Linux binaries and ELF files across different host operating systems and architectures. It functions as a binary execution sandbox and system call simulator, providing a controlled environment for running programs. The project distinguishes itself with a terminal user interface for monitoring execution, managing breakpoints, and visualizing JIT compilation paths. It supports self-modifying code through a cache-invalidating memory model and provides execution environment isolation using restricted directory ove

    Supports the execution of various binary formats including static and dynamic ELF files, PE, and raw flat binaries.

    C
    عرض على GitHub↗7,534
  • tianocore/edk2الصورة الرمزية لـ tianocore

    tianocore/edk2

    6,061عرض على GitHub↗

    edk2 هو مشروع تطوير لإنشاء برامج ثابتة (firmware) للنظام تتوافق مع مواصفات UEFI. يوفر البنية التحتية اللازمة لتهيئة منصات الأجهزة وتشغيل أنظمة التشغيل عبر معماريات CPU متعددة. يستخدم المشروع بنية برامج ثابتة معيارية تفصل بروتوكولات الإدارة عالية المستوى عن طبقات النقل المادية. ينفذ ميزات أمان حرجة، بما في ذلك سلسلة التمهيد المقاسة، والبدائيات التشفيرية لمصادقة الصور، ودعم أجهزة وبرمجيات Trusted Platform Module. تمتد قدراته إلى معايير إدارة المنصات مثل Redfish و IPMI و MCTP، بالإضافة إلى إنشاء جداول ACPI ديناميكية. يتضمن المشروع أيضاً مجموعة شاملة من الأدوات للتجميع عبر المعماريات، ومحاكاة البرامج الثابتة، ومحاكاة المنصات الافتراضية للمشرفين مثل KVM و Xen و QEMU. يتضمن المشروع نظام بناء متعدد الأهداف وتنسيق اختبار آلي للتحقق من وظائف البرامج الثابتة في كل من البيئات المحاكاة والمادية.

    Packages firmware environments into multiple binary formats like ELF or FIT to support various loaders.

    Ccfirmwarepython
    عرض على GitHub↗6,061
  • qilingframework/qilingالصورة الرمزية لـ qilingframework

    qilingframework/qiling

    5,965عرض على GitHub↗

    A True Instrumentable Binary Emulation Framework

    Parses and loads multiple executable formats such as PE, ELF, and Mach-O into the emulated address space.

    Python
    عرض على GitHub↗5,965
  • 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

    Implements loaders for ELF, Mach-O, PE/COFF, and WebAssembly formats to extract size and symbol data.

    C++
    عرض على GitHub↗5,488
  1. Home
  2. Operating Systems & Systems Programming
  3. Multi-Format Binary Loaders

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

  • PE/COFF Loader ImplementationsSpecific implementations of loaders for the Portable Executable and Common Object File Format. **Distinct from Multi-Format Binary Loaders:** Focuses specifically on the PE/COFF format rather than a general multi-format loader