Android-Mod-Menu
Android-Mod-Menu copied to clipboard
v5 suggestions
what's new:
C++:
- Added xDL lib
- KittyMemory lib updated
- Macros.h & Utils.cpp:
-
- xDL sym resolver added
-
- HOOKs reworked with Dobby usage
-
- PATCH_SWITCH, RESTORE has been returned and reworked
-
- INST added (Dobby)
-
- asm support added (KittyMemory::Keystone assembler)
-
- Macro defines have been optimized
- Init() from Setup migrated to Menu for convenience
- And64InlineHook and Substrate libs removed (replaced by Dobby)
- get_device_api_level_inlines.h removed (replaced by JNI get_api_sdk)
Java:
- CrashHandler.java updated:
-
- more debug info
-
- save path has been changed to: android/media/PACKAGE/files/LOG_DIR for all devices
-
- clear old crash logs (keep last 5)
- Other minor changes
Project settings:
- Updated to SDK 36
- Upgraded gradle
- Minor gradle settings changes