Tool ImGui Il2cpp Tool

trick2gg

Platinian
Aug 5, 2021
23
6
3
japan
What do you mean?
Like custom hex for method Patcher?
example:
I have a address "0x123456" , and the original hex is "10 00 00 00 00 00 00 01"
can I use this tool to change the hex to whatever I want like "22 12 34 56 78 98 76 54" ?
thanks !
also i'll dm you why I asked this , thanks !
 

mIsmanXP

Approved Modder
Original poster
Approved Modder
Feb 20, 2022
205
9,251
193
Republic of Indonesia
Update v0.6
- Ability to save inspected object (saved at Android/data/<package-name>/files )
- Ability to call method on inspected object
- fix calling method on valuetype/struct returns wrong result
- Ability to copy inspected object values (it is not for setting the values!)
- Remember opened tabs
- Others
 

trick2gg

Platinian
Aug 5, 2021
23
6
3
japan
Update v0.6
- Ability to save inspected object (saved at Android/data/<package-name>/files )
- Ability to call method on inspected object
- fix calling method on valuetype/struct returns wrong result
- Ability to copy inspected object values (it is not for setting the values!)
- Remember opened tabs
- Others
best tool for those who are bad at coding, you only 2 steps to get it work , thanks !
hope we can have PC version soon
 
  • Like
Reactions: mIsmanXP

trick2gg

Platinian
Aug 5, 2021
23
6
3
japan
Some suggestion :
1.Save window scaling/size
2.Not just tab but also able to keep session's object/type/value for the next time , or can move them to a new tab and use as one click modification
1708161856384.png


thank you !
 

mIsmanXP

Approved Modder
Original poster
Approved Modder
Feb 20, 2022
205
9,251
193
Republic of Indonesia
Update v0.7

- Fix Patched method didn't save across tabs
- Ability to trace method, displaying their hit count and collect `this` pointer of the method
InShot_20240218_230158736.gif

- Fix keyboard crashes in some cases (enable checkbox in settings in case input is not being received)
- Fix new classes tab has no method unless it is filtered first
- Others

NOTE
Another lib is provided where the way input handled is different, fixing some game where it uses unity's new InputSystem, but it comes with other issues.
the folder structure is now like this

Code:
release
    ├── arm64-v8a
    │   ├── libTool_fix_input.so
    │   └── libTool.so
    └── armeabi-v7a
        ├── libTool_fix_input.so
        └── libTool.so
install one only, either libTool.so or libTool_fix_input.so
 
Last edited: