Skip to content

a simple tool for easyily dev/debug using frida and write module for agent. (mainly used for android)

License

Notifications You must be signed in to change notification settings

bluepeople1/easy-frida

 
 

Repository files navigation

easy-frida

a tool for easily develop frida agent script/module when reversing

feature

  • repl console with auto complete (double click tab)

repl

notice: when doing this, your typed code will eval in frida env.

  • custom command

definecmd

  • play with local variables in function

interact

  • many commonly used agent lib functions in agent/ (use in code: import * as xxx from 'fridalib/xxx')

usage

install

$ git clone https://github.com/tacesrever/easy-frida.git
$ cd agent/dist/
$ npm install
$ npm link
$ cd easy-frida/
$ npm install
$ npm link

use

runcreate-injector at empty directory (see scripts/create-injector.js)

open the directory with vscode (or other ide with typescript support)

edit target in injector.js

write your frida code in agent/main.ts

run injector.js with node

About

a simple tool for easyily dev/debug using frida and write module for agent. (mainly used for android)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.7%
  • TypeScript 14.3%
  • C 2.9%
  • JavaScript 0.1%