Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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正在运行的方法速度过快造成的,重新打开应用即可解决。

## 七、截图