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
:pepe013:
platinmods.com
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