Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safeYYY/easyHook
直接指定hook目标,无需重新编写hook代码
https://github.com/safeYYY/easyHook
Last synced: 3 months ago
JSON representation
直接指定hook目标,无需重新编写hook代码
- Host: GitHub
- URL: https://github.com/safeYYY/easyHook
- Owner: safeYYY
- Created: 2021-04-02T02:49:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T04:54:28.000Z (over 3 years ago)
- Last Synced: 2024-05-13T20:33:30.643Z (6 months ago)
- Language: Java
- Size: 87.9 KB
- Stars: 95
- Watchers: 3
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - safeYYY/easyHook - 直接指定hook目标,无需重新编写hook代码 (Java)
README
# easyHook
直接指定hook目标,无需重新编写hook代码
想hook某个app时,找到要hook的类名方法名,填写对应的参数类型即可开始hook,查看参数和返回值。
为了使用方便,我加入了悬浮窗实时查看结果。
主界面:
![image](https://user-images.githubusercontent.com/24469483/113383597-dd3c9c80-93b6-11eb-8c37-80b873f580b4.png)运行效果:
![image](https://user-images.githubusercontent.com/24469483/113383645-f47b8a00-93b6-11eb-90cc-43c4cdf78ced.png)详细介绍:
https://www.52pojie.cn/thread-1408286-1-1.html