Skip to content

android analysis tools, jni trace by native hook, libc hook, write log with caller's addr in file or AndroidLog

Notifications You must be signed in to change notification settings

heckerstone/android_analysis

 
 

Repository files navigation

编译方法

unix like

mkdir "build"
cd build
cmake .. -DNDK=your_ndk_path/Android/sdk/ndk/22.0.7026061 -DANDROID_ABI=armeabi-v7a
make -j8

或者使用andriod studio编译

注入方法

采用frida注入

把生成的libnative_hook*.so放入/data/app/目录下
在inject文件夹中
main.py修改要注入的进程
index.js中修改要注入的so

记得把.json文件放在sdcard

x86存在bug,自行解决问题, 欢迎投币,作者QQ734248537 谢谢 x86 is bug, fix bug by yourself, wecome to give me money, qq is 734248537, see you leite

有修复x86汇编的朋友可联系作者提交代码

About

android analysis tools, jni trace by native hook, libc hook, write log with caller's addr in file or AndroidLog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.2%
  • C++ 40.0%
  • Java 3.7%
  • CMake 2.5%
  • Assembly 0.3%
  • JavaScript 0.2%
  • Other 0.1%