Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.57 KB

home.md

File metadata and controls

47 lines (35 loc) · 1.57 KB
title description published date tags editor dateCreated
Home
true
2024-10-23 02:36:22 UTC
markdown
2024-10-19 19:55:57 UTC

What is this?

This site is dedicated to resources on video game decompilation.

Matching decompilation is the process of writing source code (C/C++) that compiles to the same exact binary as the original. This usually requires using the same compiler as the original game, but all source code is written from scratch.

Matching decompilation is a difficult and time-consuming process, leading us to develop close-knit communities of people passionate about decompiling games.

Resources

Platforms

Whilst there are disassembly projects for pre-5th generation console games, it wasn't until the 5th generation of consoles where games were primarily written in C/C++ rather than assembled.

5th Generation

6th Generation

7th Generation

Handheld