Skip to content

oleavr/frida-agent-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0521cb · Dec 14, 2023

History

41 Commits
Jul 12, 2022
Jun 29, 2018
Jul 9, 2018
Dec 14, 2023
Dec 14, 2023
Dec 4, 2020

Repository files navigation

How to compile & load

$ git clone git://github.com/oleavr/frida-agent-example.git
$ cd frida-agent-example/
$ npm install
$ frida -U -f com.example.android --no-pause -l _agent.js

Development workflow

To continuously recompile on change, keep this running in a terminal:

$ npm run watch

And use an editor like Visual Studio Code for code completion and instant type-checking feedback.