/awesome-frida-ui

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

Primary LanguageJavaScriptOtherNOASSERTION

Awesome-Frida-UI

中文文档

Many thanks to @oleavr @smartdone @luoyanbei @0xdea

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

By the NPM packaging: https://drive.google.com/open?id=1zJ7z6Y1IGiSG_Q2RJ9lTB31Wmo2GLutO

You may also download pre-built files from Awesome-Frida-UI’s releases page on GitHub.

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.example.seccon2015.rock_paper_scissors.MainActivity.omClick

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
  • untitled folder: The Server router
  • antd-demo.zip: npm build package

Implement Function

  • Enumerate Process
  • Ordinary Hook
  • Unpacking
  • Android Tracer

The future

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