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
View attachment 603363
- 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