Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/viva-frida/Awesome-Frida-UI

this tool for beginner , and make easier to use this
https://github.com/viva-frida/Awesome-Frida-UI

List: Awesome-Frida-UI

Last synced: 3 months ago
JSON representation

this tool for beginner , and make easier to use this

Awesome Lists containing this project

README

        

# Awesome--Frida-UI
Thanks for @oleavr @smartdone @0xdea
this tool for beginner, and make easier to use this, this tool was under development, it maybe have some problem and bug, if you find that, please commit it on issues, thanks for your advice.

## Introduction
The project base on [Frida-RE](https://www.frida.re),[create-react-app](https://github.com/facebook/create-react-app),[Ant Design](https://github.com/ant-design/ant-design),[Django](https://github.com/django/django)

## UI
![UI](https://github.com/viva-frida/Awesome--Frida-UI/blob/master/Image/UI.jpg)

## Hook Example:
![Hook](https://github.com/viva-frida/Awesome--Frida-UI/blob/master/Image/Hook-Example.png)

## Trace Example:
![Tracer](https://github.com/viva-frida/Awesome--Frida-UI/blob/master/Image/Tracer-Example.png)

## Document
If you were Chinese, please click it [中文文档](https://github.com/viva-frida/Awesome--Frida-UI/blob/master/%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3.md).

If you don't wish to participate in the development of this project, please download it directly[Release](https://github.com/viva-frida/Awesome--Frida-UI/releases),this is packaged by NPM and can be run directly

Make sure your computer has the following environment configuration before use

* Python 3.X
* Node.js
* NPM
* Yarn
* Django

Yarn install doc [Yarn](https://yarnpkg.com/en/docs/install#mac-stable)

Then you need to install the create-react-app,and move the project to that fold and replace.

[create-react-app](https://ant.design/docs/react/use-with-create-react-app-cn)

Make sure the above steps are correct, next you need to execute the command:

npm install websocket-driver

npm install axios

npm install

npm start

python3 manage.py runserver

Then you can see the awesome UI :)

## Implemented functionality
* Ordinary Hook
* Advanced Hook
* Android Tracer
* Ordinary Unpack
* Advanced Unpack
* IOS Function Hook
* A part of Frida JS API

## Future
* Support all Frida JS API
* Support perfect IOS Hook