awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to joelpx/plasma

Open-source alternatives to Plasma

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

  • radare/radare2Avatar de radare

    radare/radare2

    24,129Voir sur 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
    Voir sur GitHub↗24,129
  • nationalsecurityagency/ghidraAvatar de NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740Voir sur 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
    Voir sur GitHub↗69,740
  • 0xd4d/dnspyAvatar de 0xd4d

    0xd4d/dnSpy

    29,539Voir sur 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#
    Voir sur GitHub↗29,539

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • skylot/jadxAvatar de skylot

    skylot/jadx

    49,088Voir sur 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
    Voir sur GitHub↗49,088
  • pret/pokegold-spaceworldAvatar de pret

    pret/pokegold-spaceworld

    385Voir sur GitHub↗

    Disassembly of the Pokémon Gold and Silver 1997 Space World demo

    Assembly
    Voir sur GitHub↗385
  • pret/pokeyellowAvatar de pret

    pret/pokeyellow

    851Voir sur GitHub↗

    Disassembly of Pokemon Yellow

    Assembly
    Voir sur GitHub↗851
  • pwndbg/pwndbgAvatar de pwndbg

    pwndbg/pwndbg

    10,051Voir sur 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
    Voir sur GitHub↗10,051
  • angr/angrAvatar de angr

    angr/angr

    8,898Voir sur 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
    Voir sur GitHub↗8,898
  • mojobojo/ladx-disassemblyAvatar de mojobojo

    mojobojo/LADX-Disassembly

    888Voir sur GitHub↗

    Disassembly of Legend of Zelda: Links Awakening DX

    Assembly
    Voir sur GitHub↗888
  • aquynh/capstoneAvatar de aquynh

    aquynh/capstone

    8,839Voir sur 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
    Voir sur GitHub↗8,839
  • pfalcon/scratchabitAvatar de pfalcon

    pfalcon/ScratchABit

    413Voir sur GitHub↗

    Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API

    Python
    Voir sur GitHub↗413
  • pret/pokegoldAvatar de pret

    pret/pokegold

    683Voir sur GitHub↗

    Disassembly of Pokémon Gold/Silver

    Assembly
    Voir sur GitHub↗683
  • pret/pokepinballAvatar de pret

    pret/pokepinball

    192Voir sur GitHub↗

    Disassembly of Pokémon Pinball

    Assembly
    Voir sur GitHub↗192
  • pret/poketcgAvatar de pret

    pret/poketcg

    319Voir sur GitHub↗

    Disassembly of Pokémon TCG

    Assembly
    Voir sur GitHub↗319
  • drenn1/ages-disasmAvatar de drenn1

    drenn1/ages-disasm

    200Voir sur GitHub↗

    Disassembly of Oracle of Ages and Seasons

    Assembly
    Voir sur GitHub↗200
  • h3nnn4n/reverse-engineering-the-gameboy-tetrisAvatar de h3nnn4n

    h3nnn4n/Reverse-Engineering-the-GameBoy-Tetris

    27Voir sur GitHub↗

    This is my personal attempt on reverse engineering the Tetris gameboy.

    Shell
    Voir sur GitHub↗27
  • deved2/fxhammer-disasmAvatar de DevEd2

    DevEd2/FXHammer-Disasm

    9Voir sur GitHub↗

    Disassembly of FX Hammer by Aleksi Eeben

    Assembly
    Voir sur GitHub↗9
  • blackint3/openarkB

    BlackINT3/OpenArk

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • cmu-sei/pharosAvatar de cmu-sei

    cmu-sei/pharos

    1,708Voir sur GitHub↗

    Automated static analysis tools for binary programs

    C++
    Voir sur GitHub↗1,708
  • icsharpcode/ilspyAvatar de icsharpcode

    icsharpcode/ILSpy

    25,447Voir sur GitHub↗

    ILSpy is a .NET decompiler and binary analyzer designed to convert compiled .NET assemblies back into readable C# source code. It functions as a metadata explorer and a common intermediate language viewer, enabling the analysis of compiled code and the execution of reverse engineering workflows. The project distinguishes itself through specialized translation capabilities, such as converting compiled binary XML (BAML) back into human-readable XAML for user interface analysis. It also provides tools for inspecting native machine code and extracting metadata from program database (PDB) files.

    C#
    Voir sur GitHub↗25,447
  • devttys0/binwalkAvatar de devttys0

    devttys0/binwalk

    14,048Voir sur 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
    Voir sur GitHub↗14,048
  • java-decompiler/jd-guiAvatar de java-decompiler

    java-decompiler/jd-gui

    15,024Voir sur GitHub↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    Voir sur GitHub↗15,024
  • horsicq/detect-it-easyAvatar de horsicq

    horsicq/Detect-It-Easy

    10,266Voir sur GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    Voir sur GitHub↗10,266
  • not-chciken/jungle-book-gb-disassemblyAvatar de not-chciken

    not-chciken/jungle-book-gb-disassembly

    4Voir sur GitHub↗

    Disassembly of "The Jungle Book" for Game Boy from 1994.

    Assembly
    Voir sur GitHub↗4
  • plasma-disassembler/plasmaAvatar de plasma-disassembler

    plasma-disassembler/plasma

    3,073Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗3,073
  • pret/pokecrystalAvatar de pret

    pret/pokecrystal

    2,448Voir sur GitHub↗
    Assemblydisassemblygameboy-colorgbz80
    Voir sur GitHub↗2,448
  • pret/pokemon-reverse-engineering-toolsAvatar de pret

    pret/pokemon-reverse-engineering-tools

    351Voir sur GitHub↗

    Tools for building and disassembling Pokémon Red and Pokémon Crystal

    Python
    Voir sur GitHub↗351
  • cisco-talos/pyreboxAvatar de Cisco-Talos

    Cisco-Talos/pyrebox

    1,687Voir sur GitHub↗

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

    C
    Voir sur GitHub↗1,687
  • pret/pokeredAvatar de pret

    pret/pokered

    4,755Voir sur GitHub↗

    Pokered is a comprehensive suite of tools for the disassembly, debugging, and compilation of Game Boy ROMs. It provides a full disassembly of original game binaries into human-readable assembly source code, alongside a dedicated assembly toolchain for compiling modifications back into playable ROM files. The project includes a specialized ROM debugger for monitoring internal game states and a patching tool used to generate binary patches for applying assembly-level changes. The framework covers a wide range of reverse engineering and modification capabilities, including the analysis of binar

    Assembly
    Voir sur GitHub↗4,755
  • radareorg/cutterR

    radareorg/cutter

    0Voir sur GitHub↗
    Voir sur GitHub↗0