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

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

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

Open-source alternatives to Plasma

30 open-source projects similar to plasma-disassembler/plasma, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Plasma alternative.

  • 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
  • joelpx/plasmaالصورة الرمزية لـ joelpx

    joelpx/plasma

    3,072عرض على GitHub↗

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

    Python
    عرض على GitHub↗3,072
  • nationalsecurityagency/ghidraالصورة الرمزية لـ NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740عرض على GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    عرض على GitHub↗69,740
  • 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

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

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

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

Find more with AI search
  • 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
  • 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
  • radareorg/cutterR

    radareorg/cutter

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 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

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

    rizinorg/cutter

    18,957عرض على GitHub↗

    Cutter is a binary analysis platform and graphical user interface for the Rizin reverse engineering framework. It provides an environment for analyzing the internal logic and data structures of compiled binaries through integrated disassembly and visualization. The platform supports a containerized deployment model to provide isolated environments for binary analysis, which is used to examine suspicious binaries without risking the host system. It is an extensible security tool that allows for the addition of custom analysis capabilities and visualizers via native plugins and scripts. The to

    C++
    عرض على GitHub↗18,957
  • x64dbg/scyllahideالصورة الرمزية لـ x64dbg

    x64dbg/ScyllaHide

    4,167عرض على GitHub↗

    ScyllaHide is an anti-debugger bypass plugin and reverse engineering tool designed to hide a debugger from a target application. It functions as a user-mode API hooking library and DLL injection framework that prevents programs from detecting and closing themselves when being analyzed. The project enables malware analysis and the study of protected software by neutralizing security defenses. It achieves this by intercepting and modifying system library responses to deceive applications about their execution environment. The utility employs several technical methods to maintain stealth, inclu

    C++
    عرض على GitHub↗4,167
  • storyyeller/krakatauالصورة الرمزية لـ Storyyeller

    Storyyeller/Krakatau

    2,177عرض على GitHub↗

    Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a human readable text format, make changes, and convert it back to a classfile, even for obfuscated code. You can also create your own classfiles from scratch by writing bytecode…

    Rust
    عرض على GitHub↗2,177
  • skylot/jadxالصورة الرمزية لـ skylot

    skylot/jadx

    49,088عرض على GitHub↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    عرض على GitHub↗49,088
  • cmu-sei/pharosالصورة الرمزية لـ cmu-sei

    cmu-sei/pharos

    1,708عرض على GitHub↗

    Automated static analysis tools for binary programs

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

    pwndbg/pwndbg

    10,051عرض على GitHub↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Pythonbinary-ninjacapture-the-flagctf
    عرض على GitHub↗10,051
  • devttys0/binwalkالصورة الرمزية لـ devttys0

    devttys0/binwalk

    14,048عرض على GitHub↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    عرض على GitHub↗14,048
  • binspector/binspectorB

    binspector/binspector

    0عرض على GitHub↗
    عرض على GitHub↗0
  • binaryanalysisplatform/bapالصورة الرمزية لـ BinaryAnalysisPlatform

    BinaryAnalysisPlatform/bap

    2,239عرض على GitHub↗

    Binary Analysis Platform

    OCaml
    عرض على GitHub↗2,239
  • ampotos/dynstructالصورة الرمزية لـ ampotos

    ampotos/dynStruct

    328عرض على GitHub↗

    Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone

    C
    عرض على GitHub↗328
  • binarly-io/efixplorerB

    binarly-io/efiXplorer

    0عرض على GitHub↗
    عرض على GitHub↗0
  • codilime/velesالصورة الرمزية لـ codilime

    codilime/veles

    1,237عرض على GitHub↗

    Binary data analysis and visualization tool

    C++
    عرض على GitHub↗1,237
  • beautify-web/js-beautifyالصورة الرمزية لـ beautify-web

    beautify-web/js-beautify

    8,973عرض على GitHub↗

    js-beautify is a web language beautifier and code formatter designed to standardize the layout and structure of JavaScript, HTML, and CSS files. It reorganizes source code into a consistent, readable style by applying configurable indentation and spacing rules. The project includes a utility for unpacking minified scripts, which transforms compressed or obfuscated JavaScript into a human-readable format. It provides a command-line interface for executing bulk code reformatting across multiple files. The tool supports customizable formatting rules and language-specific overrides, which can be

    JavaScript
    عرض على GitHub↗8,973
  • alonemonkey/iosrebookA

    AloneMonkey/iOSREBook

    0عرض على GitHub↗
    عرض على GitHub↗0
  • clearbluejar/ghidriffالصورة الرمزية لـ clearbluejar

    clearbluejar/ghidriff

    784عرض على GitHub↗

    Python Command-Line Ghidra Binary Diffing Engine

    Python
    عرض على GitHub↗784
  • cisco-talos/ropmemuالصورة الرمزية لـ Cisco-Talos

    Cisco-Talos/ROPMEMU

    288عرض على GitHub↗

    ROPMEMU is a framework to analyze, dissect and decompile complex code-reuse attacks.

    Python
    عرض على GitHub↗288
  • codypierce/hackers-grepالصورة الرمزية لـ codypierce

    codypierce/hackers-grep

    170عرض على GitHub↗

    hackers-grep is a utility to search for strings in PE executables including imports, exports, and debug symbols

    Python
    عرض على GitHub↗170
  • crypto2011/idrالصورة الرمزية لـ crypto2011

    crypto2011/IDR

    1,138عرض على GitHub↗

    Interactive Delphi Reconstructor

    C++
    عرض على GitHub↗1,138
  • cybershadow/rabcdasmالصورة الرمزية لـ CyberShadow

    CyberShadow/RABCDAsm

    452عرض على GitHub↗

    Robust ABC (ActionScript Bytecode) Dis-Assembler

    D
    عرض على GitHub↗452
  • dbeaver/dbeaverالصورة الرمزية لـ dbeaver

    dbeaver/dbeaver

    50,678عرض على GitHub↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Javaaicopilotdatabase
    عرض على GitHub↗50,678
  • deathmarine/luytenالصورة الرمزية لـ deathmarine

    deathmarine/Luyten

    5,105عرض على GitHub↗

    Luyten is an open source Java decompiler and bytecode analyzer designed to transform compiled class files back into high-level source code. It functions as a graphical user interface for the Procyon decompilation engine, allowing for the inspection and recovery of program logic from Java bytecode. The tool provides capabilities for Java reverse engineering and legacy code analysis, enabling the examination of third-party applications or libraries when original source code is unavailable. The system includes a desktop interface for browsing class hierarchies, recursive classpath scanning to

    Java
    عرض على GitHub↗5,105
  • avast-tl/retdecالصورة الرمزية لـ avast-tl

    avast-tl/retdec

    8,556عرض على GitHub↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    عرض على GitHub↗8,556