d3v1l401 / awesome-frida-ui

This project for Frida-UI and make frida easier to use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome-Frida-UI

Many thanks to @oleavr @smartdone @luoyanbei

Introduction

This project for Frida-UI and make frida easier to use.The project base onFrida-RE,create-react-app,Ant Design,Django
The project is still developing, maybe have some bug, so if you find some bug,please tell me on issues

UI

style

How to use this tools?

If you are User

Make sure you have the following environment configuration:

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

If not,you need to install Node.js at first time, then click the link below to install yarn
Yarn

Hook Example

example
example:(https://www.frida.re/docs/examples/android/)

Android Tracer usage examples

ModuleFuncName: exports:!open
ClassFuncName: com.a.a.a.c

The end

http://localhost:3000/
enjoy the reverse engineering :)

If you are developer

You can import the project by Virtual Studio Code or Pycharm,and config the runtime environment

  • server folder: The Server project
  • src folder: The Web Client project
  • Router folder: The Server router

Implement Function

  • Enumerate Process
  • Ordinary Hook
  • Unpacking
  • Android Tracer

The future

  • Support all Frida API
  • Support IOS platform
  • Support Windows platform

About

This project for Frida-UI and make frida easier to use

License:Other


Languages

Language:JavaScript 66.4%Language:Python 30.1%Language:HTML 2.3%Language:CSS 1.2%