-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
26 lines (24 loc) · 946 Bytes
/
README
File metadata and controls
26 lines (24 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1. 增加通过CMakeLists.txt编译so,而不是用Android.mk和Application.mk,这两个有点复杂.
2. xposed hook函数不用写类型方法
3. 输出所有设备指纹
4. 检测virtualapps
5. 用hidden api修改android
6. 内存漫游
7. native层hook所有jni方法
8. syscall获取mac地址
9. ptrace+seccomp拦截syscall的重定向
10. seccomp拦截syscall的例子
11. 隐藏maps
12. 增加一个binder代理的例子
13. 增加一个调用dobby.so的例子
14. 增加一个inlineHook检测例子
15. 增加一个自定义linker,失败,在linked_list.h文件的push_back函数报错,见另一个仓库,代码一样
## 增加Android Studio 使用 Rust 例子
1. cargo install cargo-ndk
2. rustup target install aarch64-linux-android
## 增加使用rust检测crc的例子
1. rustup toolchain install 1.67.0
2. rustup override unset
3. rustup default 1.67.0
4. cargo install cargo-ndk
5. rustup target install aarch64-linux-android