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 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.
pret/pokered 的主要功能包括:Game Boy ROM Hacking, ROM Disassemblers, Retro Game Debuggers, Game Binary Analysis, Game ROM Compilers, Retro Game Modding, Binary Disassemblers, Game Assembly Analysis。
pret/pokered 的开源替代品包括: 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.