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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to pret/pokemon-reverse-engineering-tools

Open-source alternatives to Pokemon Reverse Engineering Tools

30 open-source projects similar to pret/pokemon-reverse-engineering-tools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Pokemon Reverse Engineering Tools alternative.

  • radare/radare2radare avatar

    radare/radare2

    24,129View on 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
    View on GitHub↗24,129
  • skylot/jadxskylot avatar

    skylot/jadx

    49,088View on 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
    View on GitHub↗49,088
  • pret/pokecrystalpret avatar

    pret/pokecrystal

    2,448View on GitHub↗
    Assemblydisassemblygameboy-colorgbz80
    View on GitHub↗2,448
  • rocky/python-uncompyle6rocky avatar

    rocky/python-uncompyle6

    4,302View on GitHub↗

    python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied

    Python
    View on GitHub↗4,302

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • pret/pokeyellowpret avatar

    pret/pokeyellow

    851View on GitHub↗

    Disassembly of Pokemon Yellow

    Assembly
    View on GitHub↗851
  • x64dbg/x64dbgx64dbg avatar

    x64dbg/x64dbg

    48,652View on GitHub↗

    This project is a graphical Windows debugger designed for the analysis and manipulation of compiled binary applications. It functions as a comprehensive binary analysis suite, providing a real-time environment for inspecting CPU registers, monitoring memory states, and tracing instruction execution to investigate system-level software behavior. The tool distinguishes itself through an event-driven debugging loop that allows for precise process control and state modification during runtime. It supports advanced analysis techniques, including hardware-breakpoint injection for monitoring memory

    C++binary-analysisctfcybersecurity
    View on GitHub↗48,652
  • drenn1/ages-disasmdrenn1 avatar

    drenn1/ages-disasm

    200View on GitHub↗

    Disassembly of Oracle of Ages and Seasons

    Assembly
    View on GitHub↗200
  • icsharpcode/ilspyicsharpcode avatar

    icsharpcode/ILSpy

    25,447View on 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#
    View on GitHub↗25,447
  • pfalcon/scratchabitpfalcon avatar

    pfalcon/ScratchABit

    413View on GitHub↗

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

    Python
    View on GitHub↗413
  • not-chciken/jungle-book-gb-disassemblynot-chciken avatar

    not-chciken/jungle-book-gb-disassembly

    4View on GitHub↗

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

    Assembly
    View on GitHub↗4
  • pret/pokegold-spaceworldpret avatar

    pret/pokegold-spaceworld

    385View on GitHub↗

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

    Assembly
    View on GitHub↗385
  • pret/poketcgpret avatar

    pret/poketcg

    319View on GitHub↗

    Disassembly of Pokémon TCG

    Assembly
    View on GitHub↗319
  • sanqui/hm3sanqui avatar

    sanqui/hm3

    19View on GitHub↗

    Harvest Moon 3 GBC partial disassembly

    Assembly
    View on GitHub↗19
  • vinheim3/tetris-gb-disasmvinheim3 avatar

    vinheim3/tetris-gb-disasm

    31View on GitHub↗

    Place tetris.gb in the tools/ directory, and web/ directory Former is used for scripts, and tools/cmp.sh, and the latter for web visualisations

    Assembly
    View on GitHub↗31
  • deved2/fxhammer-disasmDevEd2 avatar

    DevEd2/FXHammer-Disasm

    9View on GitHub↗

    Disassembly of FX Hammer by Aleksi Eeben

    Assembly
    View on GitHub↗9
  • blackint3/openarkB

    BlackINT3/OpenArk

    0View on GitHub↗
    View on GitHub↗0
  • horsicq/detect-it-easyhorsicq avatar

    horsicq/Detect-It-Easy

    10,266View on 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
    View on GitHub↗10,266
  • h3nnn4n/reverse-engineering-the-gameboy-tetrish3nnn4n avatar

    h3nnn4n/Reverse-Engineering-the-GameBoy-Tetris

    27View on GitHub↗

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

    Shell
    View on GitHub↗27
  • java-decompiler/jd-guijava-decompiler avatar

    java-decompiler/jd-gui

    15,024View on 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
    View on GitHub↗15,024
  • joelpx/plasmajoelpx avatar

    joelpx/plasma

    3,072View on GitHub↗

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

    Python
    View on GitHub↗3,072
  • mojobojo/ladx-disassemblymojobojo avatar

    mojobojo/LADX-Disassembly

    888View on GitHub↗

    Disassembly of Legend of Zelda: Links Awakening DX

    Assembly
    View on GitHub↗888
  • nationalsecurityagency/ghidraNationalSecurityAgency avatar

    NationalSecurityAgency/ghidra

    69,740View on 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
    View on GitHub↗69,740
  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on 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#
    View on GitHub↗29,539
  • pret/pokegoldpret avatar

    pret/pokegold

    683View on GitHub↗

    Disassembly of Pokémon Gold/Silver

    Assembly
    View on GitHub↗683
  • pret/pokepinballpret avatar

    pret/pokepinball

    192View on GitHub↗

    Disassembly of Pokémon Pinball

    Assembly
    View on GitHub↗192
  • pret/pokeredpret avatar

    pret/pokered

    4,755View on 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
    View on GitHub↗4,755
  • mandiant/flare-vmmandiant avatar

    mandiant/flare-vm

    8,799View on GitHub↗

    Flare-VM is a Windows malware analysis environment consisting of installation scripts that automate the provisioning of a virtual machine. It provides a comprehensive suite of reverse engineering tools, including decompilers and debuggers, along with the necessary system configurations and environment variables for security research. The project functions as a virtual machine image orchestrator, allowing for the automated creation, management, and export of specialized analysis appliances. It features configuration-driven tool selection and the ability to extend installation logic through cus

    PowerShell
    View on GitHub↗8,799
  • blacktop/ipswblacktop avatar

    blacktop/ipsw

    3,163View on GitHub↗

    ipsw is a specialized toolkit for iOS firmware analysis, binary reverse engineering, and hardware interaction. It provides a suite of tools for downloading, extracting, and analyzing firmware images and kernel caches, alongside a MachO binary analysis tool for disassembling and patching executables. The project distinguishes itself through integrated language-model-powered code reconstruction to translate machine code into high-level source code. It also features an automation client for the App Store Connect API to manage certificates and application settings. The framework covers a broad r

    Goappleclass-dumpdyld
    View on GitHub↗3,163
  • vxunderground/malwaresourcecodevxunderground avatar

    vxunderground/MalwareSourceCode

    18,415View on GitHub↗

    This project is a curated archive and cybersecurity research dataset of raw source code from various malware families. It serves as a malware analysis library designed to help researchers study the inner workings of different threats and identify attack patterns across multiple platforms and programming languages. The repository supports security research by providing raw text distribution of original source code. This allows for the study of platform vulnerabilities, threat intelligence gathering, and the development of security products and detection signatures. The collection is organized

    Assemblymalwaremalware-detectionmalware-development
    View on GitHub↗18,415
  • decaf-project/droidscopeD

    decaf-project/Droidscope

    0View on GitHub↗
    View on GitHub↗0