Tool ImGui Il2cpp Tool

I RECOMMEND THAT YOU READ THE MORE INFORMATION LINK BELOW
Changelog

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
More information
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
- 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
More information

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

v0.5
- Add support for armeabi-v7a
- Add Patcher Tab
- Improve Object Fields Viewer (Renamed to Object Inspector)
- Other Improvement

v0.4
- Ability to create object/struct (open the .ctor method)
- Input now worked on emulator (Tested on LDPlayer)

v0.3
- Add Dumper
- Improve method calls

v0.2
- Fix bug displaying wrong values for primitive types
- Add images list
- Add Filter Options
- Add ability to call method (WIP)

v0.1
- Initial Release
Is there any way to find the actual offset of object instead of address? Game guardian just shows gibberish
 
Back
Top Bottom