A community effort to reconstruct the source code of the League of Legends v4.17 macOS client — function by function, to a byte-perfect match against the original binary.
Browse the repository, open issues, and submit pull requests.
Live match status across every function in the target.
The goal is a 100% byte-accurate decompilation: hand-written, natural C++ that the original toolchain compiles to bytes identical to the shipped binary. Partial matches are progress; closing them to 100% is the work.
Contributions are open to anyone, no identity required.
See the repository's docs/ for the toolchain, compiler flags, and matching workflow.