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

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

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

15 مستودعات

Awesome GitHub RepositoriesDisassemblers

Software for converting machine code into human-readable assembly language.

Explore 15 awesome GitHub repositories matching part of an awesome list · Disassemblers. Refine with filters or upvote what's useful.

Awesome Disassemblers GitHub Repositories

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

    radare/radare2

    24,129عرض على GitHub↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    Maps machine-specific opcodes to a generic internal representation to support various CPU instruction sets.

    C
    عرض على GitHub↗24,129
  • dotnet/benchmarkdotnetالصورة الرمزية لـ dotnet

    dotnet/BenchmarkDotNet

    11,428عرض على GitHub↗

    BenchmarkDotNet is a library and tool suite for measuring the execution time and memory allocation of .NET code. It utilizes statistical sampling and warm-up iterations to determine the stability and precise execution speed of specific methods. The project provides a JIT disassembly viewer to inspect processor disassembly and analyze how the compiler executes code paths. It includes a memory allocation profiler that tracks managed and native memory traffic to identify efficiency bottlenecks. Additionally, a runtime performance comparator allows the same benchmarks to be executed across differ

    Provides a tool that prints processor disassembly listings to analyze JIT compiler execution paths.

    C#benchmarkbenchmarkingc-sharp
    عرض على GitHub↗11,428
  • capstone-engine/capstoneالصورة الرمزية لـ capstone-engine

    capstone-engine/capstone

    8,858عرض على GitHub↗

    Capstone is a multi-architecture disassembly framework and binary analysis engine. It translates raw machine code from various CPU architectures, such as x86, ARM, and RISC-V, into human-readable assembly instructions. The engine distinguishes itself by providing instruction semantic decomposition, which lists implicit registers read and written, and the ability to customize instruction mnemonics to meet specific technical analysis standards. It also features resilient stream disassembly, allowing the process to resynchronize and continue after encountering invalid instructions or embedded da

    Supports a wide range of processor architectures in a single framework for analyzing different hardware binaries.

    Carmarm64bpf
    عرض على GitHub↗8,858
  • aquynh/capstoneالصورة الرمزية لـ aquynh

    aquynh/capstone

    8,839عرض على GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    Supports multiple CPU instruction sets and virtual machines via a unified disassembly engine.

    C
    عرض على GitHub↗8,839
  • jonathansalwan/ropgadgetالصورة الرمزية لـ JonathanSalwan

    JonathanSalwan/ROPgadget

    4,440عرض على GitHub↗

    ROPgadget هو أداة تحليل ثنائية (binary analysis) ومفكك تجميع متعدد البنى مصمم لتحديد تسلسلات التعليمات المستخدمة في البرمجة الموجهة للعودة (return-oriented programming). يعمل كإطار عمل لتطوير الاستغلالات يحدد الأدوات (gadgets) داخل الملفات الثنائية لتسهيل إنشاء استغلالات فساد الذاكرة. تدعم الأداة تدقيق الملفات الثنائية عبر البنى المختلفة، ومعالجة كود الآلة من x86 وARM وMIPS وRISC-V. توفر واجهة موحدة لتحليل تنسيقات الملفات القابلة للتنفيذ المتنوعة، بما في ذلك ELF وPE وMach-O. تغطي قدراتها تحليل ثغرات الملفات الثنائية وتطوير حمولة الاستغلال. يتم تحقيق ذلك من خلال تفكيك المسح الخطي، والبحث عن الأدوات القائم على الأنماط، والتحقق من تسلسل التعليمات لضمان أن الأجزاء المحددة قابلة للتنفيذ.

    Processes machine code from x86, ARM, MIPS, and RISC-V using a multi-architecture disassembly engine.

    Python
    عرض على GitHub↗4,440
  • zyantific/zydisالصورة الرمزية لـ zyantific

    zyantific/zydis

    4,265عرض على GitHub↗

    Zydis is an x86 and x86-64 binary analysis library that provides a framework for decoding machine code and inspecting the technical attributes of processor instructions. It functions as an instruction disassembler that translates binary data into structured instruction metadata and human-readable assembly. The project includes a machine code encoder for converting assembly instructions and operands back into their binary representations. It also provides an assembly syntax formatter to transform decoded instruction structures into assembly text strings using configurable syntax styles. The l

    Fast and lightweight x86/x86-64 disassembler library.

    Camdccodegen
    عرض على GitHub↗4,265
  • khronosgroup/spirv-crossالصورة الرمزية لـ KhronosGroup

    KhronosGroup/SPIRV-Cross

    2,456عرض على GitHub↗

    SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.

    Tool for reflecting and disassembling SPIR-V shaders.

    GLSL
    عرض على GitHub↗2,456
  • das-labor/panopticonالصورة الرمزية لـ das-labor

    das-labor/panopticon

    1,443عرض على GitHub↗

    A libre cross-platform disassembler.

    Cross-platform disassembler for various architectures.

    Rust
    عرض على GitHub↗1,443
  • gdabah/distormالصورة الرمزية لـ gdabah

    gdabah/distorm

    1,336عرض على GitHub↗

    Powerful Disassembler Library For x86/AMD64

    Powerful disassembler library for x86/AMD64.

    Cdisassemblerdisassembler-distormdisassembler-library
    عرض على GitHub↗1,336
  • wisk/medusaالصورة الرمزية لـ wisk

    wisk/medusa

    1,086عرض على GitHub↗

    An open source interactive disassembler

    Interactive open-source disassembler.

    C++
    عرض على GitHub↗1,086
  • cseagle/freedomالصورة الرمزية لـ cseagle

    cseagle/fREedom

    230عرض على GitHub↗

    capstone based disassembler for extracting to binnavi

    A disassembler and analysis tool for various architectures.

    PLpgSQL
    عرض على GitHub↗230
  • 0xd4d/iced0

    0xd4d/iced

    0عرض على GitHub↗

    High-performance x86/x64 disassembler and encoder.

    عرض على GitHub↗0
  • redasmorg/redasmR

    redasmorg/redasm

    0عرض على GitHub↗

    Open-source disassembler for binary analysis.

    عرض على GitHub↗0
  • bontchev/pcodedmpB

    bontchev/pcodedmp

    0عرض على GitHub↗

    Disassembler for VBA p-code.

    عرض على GitHub↗0
  • jjyg/metasmJ

    jjyg/metasm

    0عرض على GitHub↗

    Assembler, disassembler, and compiler written in Ruby.

    عرض على GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Disassemblers

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

  • Multi-Architecture EnginesDisassembly engines that support multiple CPU instruction sets via internal generic representations. **Distinct from Disassemblers:** Focuses on the engine's ability to handle diverse architectures, not just a simple translation tool.
  • Virtual MachineDisassembly tools specifically targeting virtual machine architectures like WebAssembly and the EVM. **Distinct from Disassemblers:** Focuses on VM bytecode disassembly rather than native hardware machine code.