This code repository does not provide any out-of-the-box tools. This repository is still under development. This is an Android assembly instruction tracer, implemented based on QBDI and frida-gum. It is similar to Frida.Stalker in functionality but faster than Frida.Stalker.
- Supports SVC instruction tracing, and can print the parameters of SVC instructions.
- Supports JNIEnv call tracing, and can print the parameters and return values of JNIEnv calls.
- Supports libc function tracing, and can print the parameters and return values of libc function calls.
- Android NDK r25c and Upper
- Android API 24 and Upper