Ctrl + K

General Discussion

Ctrl + K

suletta (phpBB)

(@phpbb_1213:legoisland.org)

6/16/2026, 7:31:34 AM
reverse engineering unity games?
i saw what mattkc did with sonic runners, and it inspired me to try it with the game djmax technika q. unfortunately, the newest version of that game uses il2cpp. i mostly want to reverse engineer it for the sake of porting to 64-bit android and pcs. i'm mostly confident that trying to use an old game client would break private server functionality, which is vital for the game's operation. any help? thanks in advance.
- suletta

MattKC (phpBB)

(@phpbb_2:legoisland.org)

6/16/2026, 4:53:09 PM
IL2CPP is a challenge, but there are tools that attempt to reverse it back into C#, I think by recognizing common patterns in conversion from C# to C++.

I've never tried it, but this appears to be the most popular one right now. Though it hasn't been updated in about two years so your mileage may vary.

suletta (phpBB)

(@phpbb_1213:legoisland.org)

6/16/2026, 10:56:17 PM
thanks, matt! unfortunately, upon importing the project, even with scripts placed properly, i'm met with nothing upon attempting to run it. the game i'm targeting is quite old, so i don't believe il2cppdumper being a bit out-of-date should affect it much. it could just be a bit of unfamiliarity with how unity works, or it could be specific to how the game works. i appreciate the reply!
reverse engineering unity games?