Skip to content
vfsfitvnm edited this page Oct 13, 2023 · 8 revisions

Philosophy

Every release is a potential breaking one: I constantly add, move and delete things.
I'm not chaotic on purpose, but I won't hesitate in messing things up if I find a better solution than the current one; mental order, harmony and coherence are the absolute priorities.

Q&A

I don't know programming, but I want to hack my (not so) favorite game. Can I use this?
You'll have a hard time, sorry!

I know programming, but I don't know Frida. Can I use this?
Of course, but you must comprehend what Frida is and what it does first.

I want to know more about Il2Cpp. How (and why) does this work?
I'm not the correct person for this! I still don't know how a lot about Il2Cpp, unfortunately. Almost everything you see here is the result of a trial-and-error approach, other than a little source code lecture.

Where's the documentation?
I will only provide snippets for the most common scenarios - I won't cover every single property/method possible.
My advice is to read the source code, it's simple, short and way more readable than any C code you ever had to deal with - I hope.
I also recommend playing around with a good text editor with TypeScript support.

Clone this wiki locally