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

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

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

plasma-disassembler/plasma

0
View on GitHub↗
3,073 نجوم·273 تفرعات·Python·GPL-3.0·1 مشاهدة

Plasma

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.

Features

  • Binary Analysis Platforms - Interactive disassembler generating pseudo-code for x86, ARM, and MIPS.
  • Reverse Engineering Tools - Interactive disassembler for x86, ARM, and MIPS architectures.
  • Reverse Engineering - Provides an interactive disassembler for multiple architectures.

سجل النجوم

مخطط تاريخ النجوم لـ plasma-disassembler/plasmaمخطط تاريخ النجوم لـ plasma-disassembler/plasma

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Plasma

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Plasma.
  • 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-

    C
    عرض على GitHub↗8,839
  • 0xd4d/dnspyالصورة الرمزية لـ 0xd4d

    0xd4d/dnSpy

    29,539عرض على GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    عرض على GitHub↗29,539
  • angr/angrالصورة الرمزية لـ angr

    angr/angr

    8,898عرض على GitHub↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    عرض على GitHub↗8,898
  • cisco-talos/pyreboxالصورة الرمزية لـ Cisco-Talos

    Cisco-Talos/pyrebox

    1,687عرض على GitHub↗

    Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU

    C
    عرض على GitHub↗1,687
عرض جميع البدائل الـ 30 لـ Plasma→

الأسئلة الشائعة

ما هي وظيفة plasma-disassembler/plasma؟

Plasma is an interactive disassembler for x86/ARM/MIPS. It can generates indented pseudo-code with colored syntax.

ما هي الميزات الرئيسية لـ plasma-disassembler/plasma؟

الميزات الرئيسية لـ plasma-disassembler/plasma هي: Binary Analysis Platforms, Reverse Engineering Tools, Reverse Engineering.

ما هي البدائل مفتوحة المصدر لـ plasma-disassembler/plasma؟

تشمل البدائل مفتوحة المصدر لـ plasma-disassembler/plasma: aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… cmu-sei/pharos — Automated static analysis tools for binary programs. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… cisco-talos/pyrebox — Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU. 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… devttys0/binwalk — Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data…