Matched
The C compiles to the shipped bytes, verified against the binary.
PPSA26344 · module eboot
Source code that, compiled with the original toolchain, reproduces the shipped binary byte for byte. This page shows only what the repository can prove: the binary itself is never in it, and every figure is recomputed from committed data by make report, which the commit gate re-runs and compares.
Three measurements, not three stages. They move independently — matching does not require readable code, and readable code is not verified code.
The C compiles to the shipped bytes, verified against the binary.
Readable without the binary open beside you. Five criteria, all required.
Matched code that behaves, checked against emulation or hardware.
| Tier | Done | Total | Percent |
|---|---|---|---|
| Matched | 0 | 0 | — |
| Converted | 0 | 0 | — |
| Validated | 0 | 0 | — |
Distance is diverging instructions from the shipped bytes. An attempt four instructions off is nearly-correct C, not a failure, so every one is kept — 0 banked, 0 within eight and retryable, 0 floored as compiler-internal.
Nothing banked yet. Attempts land here the first time bytematch.py runs against a real target.
A match claim is only true of the compiler that earned it, so each is pinned by the SHA-256 of its driver binary. None is marked canonical: which one built the game is settled by measurement, not preference.
| Toolchain | Version | Pin | State |
|---|---|---|---|
| apple-17.0.0 | Apple clang version 17.0.0 (clang-1700.0.13.5) | bed335fb48472e4e | pinned |
| llvm-20.1.8 | Homebrew clang version 20.1.8 | c6ce2e418d70299e | pinned |
| llvm-22.1.8 | Homebrew clang version 22.1.8 | adc60242d6106c7f | pinned |
Percentages are computed from committed data only; the binary is never in this repository.
Every matched row records the SHA-256 of the target bytes it was aimed at, so any holder of the same dump can reproduce the claim.
MATCHED, CONVERTED and VALIDATED move independently; matching does not require readable code and readable code is not verified code.