- Joined
- Oct 13, 2017
- Messages
- 1,195
For native:
*Substrate (arm, x86, x86_64) works great.
*ele7enxxh (arm), crashes on vmos for some reason.
github.com
*And64 (arm64), works great.
github.com
*Whale (all) untested on android 10.
github.com
*Hookzz (arm, arm64, x86_64) untested.
github.com
For Java:
*Sandhook (Art only - arm, arm64) works great & can load xposed modules also.
github.com
*Whale (all) doesn't work on android 10 and above.
github.com
*Epic (Dalvik all, Art only arm64)
github.com
*Substrate (arm, x86, x86_64) works great.
*ele7enxxh (arm), crashes on vmos for some reason.
ele7enxxh/Android-Inline-Hook
thumb16 thumb32 arm32 inlineHook in Android. Contribute to ele7enxxh/Android-Inline-Hook development by creating an account on GitHub.
*And64 (arm64), works great.
Rprop/And64InlineHook
Lightweight ARMv8-A(ARM64, AArch64, Little-Endian) Inline Hook Library for Android C/C++ - Rprop/And64InlineHook
*Whale (all) untested on android 10.
asLody/whale
Hook Framework for Android/IOS/Linux/MacOS. Contribute to asLody/whale development by creating an account on GitHub.
*Hookzz (arm, arm64, x86_64) untested.
jmpews/Dobby
a lightweight, multi-platform, multi-architecture hook framework. - jmpews/Dobby
For Java:
*Sandhook (Art only - arm, arm64) works great & can load xposed modules also.
ganyao114/SandHook
Android ART Hook/Native Inline Hook/Single Instruction Hook - support 4.4 - 11.0 32/64 bit - Xposed API Compat - ganyao114/SandHook
*Whale (all) doesn't work on android 10 and above.
asLody/whale
Hook Framework for Android/IOS/Linux/MacOS. Contribute to asLody/whale development by creating an account on GitHub.
*Epic (Dalvik all, Art only arm64)
tiann/epic
Dynamic java method AOP hook for Android(continution of Dexposed on ART), Supporting 5.0~11 - tiann/epic