readme.md
April 17, 2025 ยท View on GitHub
What is it?
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.
Features
- 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.

Build Environment
- Android NDK r25c and Upper
- Android API 24 and Upper