Tool ImGui Il2cpp Tool

I watched the YouTube video about the how to find game activity, it works fine for some games, but for some it crashes the game, is there a solution?
 
Update v0.8

- Patcher for System.String return type
- Struct will have a gray-ish text color
- Changing field values is now possible within Object Inspector
- Improved Object Selector style
- Others
(gif below...)
View attachment 606141

NOTE
You can install the lib like normal.
if the imgui is not showing, there is a 'classes.dex' file inside the zip file that you can use. you can install it by renaming the classes.dex file , add it to the game apk, and call this in main activity instead of the method mentioned in the main thread, you sitll need to copy the libTool.so
Code:
invoke-static {p0}, Limgui/il2cpp/tool/MainActivity;->startMain(Landroid/content/Context;)V
Why am i getting this GUI error? I've managed to get it working in other games.

I added "invoke-static {p0}, Limgui/il2cpp/tool/MainActivity;->startMain(Landroid/content/Context;)V" to the main thread
Also added the 'classes.dex' in the zip as an additional, named as classes3.dex.
 

Attachments

  • Screenshot_20240910-112533_BrownDust II.jpg
    Screenshot_20240910-112533_BrownDust II.jpg
    194.2 KB · Views: 11
Back
Top Bottom