This project is a game decompilation project consisting of a reconstructed C source codebase and the systems used for binary reconstruction. It provides a human-readable version of a commercial game title created through static and dynamic analysis to facilitate technical study and modification. The project utilizes a containerized build environment to ensure reproducible compilation and consistent toolchain versions across different host operating systems. It includes a game binary reconstructor that translates original machine code into source code and a system for compiling the codebase in
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
Pokered es una suite integral de herramientas para el desensamblado, depuración y compilación de ROMs de Game Boy. Proporciona un desensamblado completo de los binarios originales del juego en código fuente ensamblador legible por humanos, junto con una cadena de herramientas de ensamblaje dedicada para compilar modificaciones de nuevo en archivos ROM jugables.
Las características principales de pret/pokered son: Game Boy ROM Hacking, ROM Disassemblers, Retro Game Debuggers, Game Binary Analysis, Game ROM Compilers, Retro Game Modding, Binary Disassemblers, Game Assembly Analysis.
Las alternativas de código abierto para pret/pokered incluyen: pret/pokeyellow — Disassembly of Pokemon Yellow. zeldaret/oot — This project is a game decompilation project consisting of a reconstructed C source codebase and the systems used for… federicodotta/brida — The new bridge between Burp Suite and Frida! deved2/fxhammer-disasm — Disassembly of FX Hammer by Aleksi Eeben. 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… blackint3/openark.