Home

Awesome

easy-frida

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

feature

repl

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

definecmd

interact

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