Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Abbbbbi/Frida-Seccomp
一个Android通用svc跟踪以及hook方案——Frida-Seccomp
https://github.com/Abbbbbi/Frida-Seccomp
Last synced: 3 months ago
JSON representation
一个Android通用svc跟踪以及hook方案——Frida-Seccomp
- Host: GitHub
- URL: https://github.com/Abbbbbi/Frida-Seccomp
- Owner: Abbbbbi
- Created: 2022-03-11T11:27:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-14T08:50:52.000Z (6 months ago)
- Last Synced: 2024-05-20T12:34:19.489Z (6 months ago)
- Language: JavaScript
- Size: 797 KB
- Stars: 494
- Watchers: 11
- Forks: 144
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Abbbbbi/Frida-Seccomp - 一个Android通用svc跟踪以及hook方案——Frida-Seccomp (JavaScript)
README
# 一个Android通用svc跟踪以及hook方案——Frida-Seccomp
## 效果
### openat
![图片描述](img/2.JPG)
### recvfrom
![图片描述](img/3.JPG)
# 原理及其介绍
https://bbs.pediy.com/thread-271815.htm
# 如何使用
```
pip3 install frida
python3 multi_frida_seccomp.py
```
log信息可以在logcat过滤“seccomp”查看
同时也自动保存到了「包名\_pid\_时间戳」文件夹内(支持多进程)
![图片描述](img/1.png)