⚠️ Experimental AI Decompilation

Please read before continuing.

Credit Where It's Due

This project is entirely built on the foundation of GRAnimated/MinecraftLCE. That team has been carefully, accurately, and painstakingly decompiling Minecraft Legacy Console Edition by hand for months. They are at 11.2% with genuine, verified, human-validated matches.

If you want a real chance of ever playing Minecraft LCE on a PC, support them. Star their repo, contribute, donate, spread the word. They are the only people doing this correctly.

What This Project Is

This is a single-session experiment testing whether AI (GPT-4o-mini, Ghidra + heuristics) can brute-force matching decompilation in parallel. It is:

  • Running on one developer's local machine with background workers
  • Using AI models that hallucinate, invent functions, and generate plausible-looking wrong code
  • Matching bytes — not semantic correctness. A 100% byte match can still have wrong names, wrong types, and be unusable for a real PC port without massive cleanup
  • Expected to produce mostly garbage with occasional real matches

What This Project Is NOT

  • Not a replacement for the real decomp effort
  • Not going to be merged into any project
  • Not open source — the AI-generated code is too unstable and likely wrong
  • Not a path to a working PC port
  • Not a claim of surpassing the real decomp team

Any progress shown here is a side effect of AI pattern matching, not real reverse engineering. Don't expect a Minecraft LCE PC build from this — expect a research experiment about what LLMs can and can't do with AArch64 binaries.