8000 GitHub - xss517/btrace: btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ btrace Public
forked from null-luo/btrace

btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具

Notifications You must be signed in to change notification settings

xss517/btrace

 
 

Repository files navigation

btrace

简介

btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具。

方案说明:https://bbs.kanxue.com/thread-281895.htm

编译

ARM64的Linux环境中,需要先安装Golang开发环境,然后:

git clone https://github.com/null-luo/btrace.git

cd btrace

make

1717907826094

运行

真机或者ARM模拟器都可以:

adb push btrace /data/local/tmp

chmod +x btrace

./btrace

1717908085506

1717908229782

About

btrace:binder_transaction+eBPF+Golang实现通用的Android APP动态行为追踪工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.9%
  • Go 5.6%
  • Java 4.0%
  • Other 0.5%
0