Skip to content

Latest commit

 

History

History
38 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (16 loc) · 1.12 KB

XposedJniTrace

A native tracker based on the Xposed implementation 。

XposedModule&Function

  • Java object Memory Serialization

  • JNIEnv trace

  • Trace libc.so string function

  • Listen register native

  • Listen linker call back

  • Listen all java invoke

Supported Versions

Android 5.0 ~ 13

Description

https://bbs.kanxue.com/thread-276715.htm

Gratitude

  • Dobby: used for inline hooking

  • LSPosed: ART hooking framework