- Android Studio
- Intellij Idea Free / Ultimate
- AndroidIDE | AIDE - Might fail, if it does big RIP! Will check maybe...
- 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
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
- Build this project
- Decompile output APK
- Extract smali & lib
- Decompile target app
- Put inside decompiled target app your smali and lib
- Recompile, Sign & Test
- How to decompile / recompile APK
- How to sign an APK
- How to load your own lib from smali
- Full implementation video - Coming soon!
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