Skip to content

Releases: LGLTeam/Android-Mod-Menu

Mod Menu Template v5.0

02 Mar 16:35
66cc036

Choose a tag to compare

what's new:

C++:

  • Added xDL lib
  • KittyMemory lib updated
  • Macros.h & Utils.cpp:
    • xDL sym resolver added
    • HOOKs reworked using Dobby
    • INST added (Dobby)
    • PATCHs reworked: DobbyKitty / Kitty implementations
    • added relative patches (rPATCH, rRESTORE, rPATCH_SWITCH)
    • asm support added (KittyMemory::Keystone assembler)
    • added dynamic asm patches (dPATCH, dRESTORE, d/drPATCH_SWITCH)
    • Macro defines have been optimized
  • Init() from Setup migrated to Menu for convenience
  • Updated Dialog window JNI (link btn support & timer)
  • And64InlineHook and Substrate libs replaced by Dobby
  • get_device_api_level_inlines.h replaced by JNI get_api_sdk
  • Other minor changes

Java:

  • CrashHandler 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)
  • Added DialogHelper
  • Other minor changes

Project settings:

  • Updated to SDK 36
  • Upgraded gradle
  • Other minor changes

Mod Menu Template 4.0

14 May 21:37

Choose a tag to compare

  • SDK 34 supported
  • Upgraded gradle
  • Updated And64InlineHook
  • Updated KittyMemory
  • Removed anti-leech codes except AY Obfuscator. This method is way too known and easly bypassable. It's best you make your own anti-leech that is not known to everyone
  • Huge code clean up
  • Added long value support
  • Added collapse color variable
  • Removed patch switch macro because it's buggy