Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/viva-frida/Awesome-Frida-UI
- Owner: viva-frida
- License: other
- Created: 2019-07-18T08:38:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T08:31:04.000Z (over 2 years ago)
- Last Synced: 2024-04-12T22:13:29.340Z (7 months ago)
- Language: JavaScript
- Size: 4.66 MB
- Stars: 264
- Watchers: 8
- Forks: 64
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - viva-frida/Awesome-Frida-UI - this tool for beginner , and make easier to use this (JavaScript)
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
* DjangoYarn 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 runserverThen 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