Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrlu/FridaHooker
Android Frida GUI Manager // An advanced version by @icespite :https://github.com/icespite/FridaHooker
https://github.com/wrlu/FridaHooker
android frida frida-server
Last synced: 3 months ago
JSON representation
Android Frida GUI Manager // An advanced version by @icespite :https://github.com/icespite/FridaHooker
- Host: GitHub
- URL: https://github.com/wrlu/FridaHooker
- Owner: wrlu
- License: gpl-2.0
- Archived: true
- Created: 2019-11-04T10:48:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T10:52:20.000Z (almost 4 years ago)
- Last Synced: 2024-04-24T06:41:36.958Z (6 months ago)
- Topics: android, frida, frida-server
- Language: Java
- Homepage:
- Size: 537 MB
- Stars: 174
- Watchers: 8
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - wrlu/FridaHooker - Android Frida GUI Manager // An advanced version by @icespite :https://github.com/icespite/FridaHooker (Java)
README
# FridaHooker
- 图形界面版本的frida,提供一个方便地管理frida的方式,告别命令行。## 一、主要功能
- 从本地安装frida server到root后的手机
- 启动、关闭frida server## 二、使用方法
- 打开应用,然后安装frida server后,打开开关启动frida即可。## 三、环境配置
- 系统要求:Android 5.0或更高版本,需要应用具有root权限。## 四、frida是什么?
- frida: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. https://www.frida.re/## 五、引用和致谢
- frida:https://github.com/frida/frida
- okhttp3:https://github.com/square/okhttp
- gson:https://github.com/google/gson
- XZ Utils:https://git.tukaani.org/xz.git## 六、Q&A
- Q1:为什么显示安装frida server失败?
- A1:您可能没有给应用授予root权限,前往Magisk、SuperSU等root管理程序中为FridaHooker授予root权限。
- Q2:为什么打开了frida但是开关立刻就关闭了?
- A2:这是frida server崩溃了的表现,目前frida官方已经修复了对Android Q的支持,更新本应用即可。
- Q3:为什么首次启动frida server之后提示成功但开关仍然是关闭的?
- A3:这是一个已知问题,是因为检测frida正在运行的方法速度过快造成的,重新打开应用即可解决。## 七、截图