Skip to content

Android Java Mod Menu using APK Killer

License

Notifications You must be signed in to change notification settings

LaughingMuffin/apk-killer-java-mod-menu

Repository files navigation

Android Java - Mod Menu - Template

Build & Run

Features

  • Mod Menu based on LGL v3.2
    • The best Java menu out there
  • Apk Killer
    • It can bypass signature & integrity checks, might fail on some advanced or custom ones
  • Multi tabs in menu header
    • Some extra stuff I was keeping to myself over the past years
  • Java & C++ Obfuscator
  • Hooking Frameworks
    • Dobby and xDL for now
  • Load Lib from Assets (Simple Java Example)
    • A simple example has been provided, it's not the best out there but I hope it gives a general idea.
  • Load Lib from Assets (Simple C++ Example)
  • Memory Patch Tool

Load lib from assets

This is nothing more than extracting the file from assets to a folder like "data dir" then loading it in memory using System.load() function. Used library for this example can be found in this project here, just build it and that's it Dummy Lib coming from here. You can see it being loaded by looking at logs with this TAG: DUMMY-MUFFIN

How to add to any app

  • Build this project
  • Decompile output APK
  • Extract smali & lib
  • Decompile target app
  • Put inside decompiled target app your smali and lib
  • Recompile, Sign & Test

HELP

Result

menu_open_full.png

Credits

Mod Menu source - LGL Android Mod Menu
Apk Killer source - APKKiller
Obfuscator (C++) - Obfuscate by adamyaxley
Obfuscator (Java) - StringFog
xDL - xDL by hexhacking
Dobby - Dobby by jmpews


Color Picker - Online Color Picker


Android Java - Mod Menu - Template is licensed under the MIT License, see LICENSE for more information.

About

Android Java Mod Menu using APK Killer

Topics

Resources

License

Stars

Watchers

Forks

Languages