6496bef8ba | ||
---|---|---|
EazDecode@78fc69d13f | ||
osu!decoder | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitmodules | ||
README.md | ||
osu!decoder.sln |
README.md
osu!decoder
Not affiliated with osu! or ppy Pty Ltd ;)
What is this?
This is a private tool I used to decrypt osu!'s symbol names, allowing me to view osu!'s code as if I got it from the original source. Since peppy changed his encryption key and it can no longer be considered public domain, I believe it is safe to publish this tool publicly.
If you are reading this and your name happens to be "Dean Herbert", 'sup. I was probably the first person to figure this out, but not the last. Multiple people have been using this to create publicly available cheats. It was about time you fixed this.
Usage
It has a help menu, you can figure it out. You probably want to run your input through EazFixer first.
FAQ
It doesn't work!
As of 26/03/2019, peppy has reportedly changed the encryption key used for encrypting symbol names. This tool will only work on osu! builds before that date (that are still obfuscated by EazFuscator).
This looks decompiled! Did you even write this yourself??
You can tell from commit 3d15ab that the source in this repo started from a decompiled program. I was an idiot and just lost the original source a few years ago.