This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tool ImGui Il2cpp Tool

Trying to do this to .apks file. Renamed it to .zip and extracted. There are no libs in base.apk, found them in the split-config.apk, copied libTool.so. Now in the base.apk trying to modify the main activity. From the tutorial, 'how to find main activity fast', found the main activity. Should be the correct one, but the onCreate method starts with .registers 2, so there can't be v0, right? Just pasting the string and saving like this results in auto-converting v0->p0. To my surprise the game doesn't crash after that, but the tool doesn't work. Next attempt pasting the string and also changing .registers 2 to .registers 4, now it saves correctly, but still nothing changes in the game. Perhaps this is not the main activity, or there are some other aspects that I don't know. I'll keep trying tomorrow, but maybe someone has an idea?