Sen descrición

x1ongzhu 417ee028b1 . hai 1 ano
agent bb3f71a79b first commit hai 1 ano
.gitignore bb3f71a79b first commit hai 1 ano
2.js 44807cc367 . hai 1 ano
README.md bb3f71a79b first commit hai 1 ano
hookreceive.js 417ee028b1 . hai 1 ano
package-lock.json bb3f71a79b first commit hai 1 ano
package.json 417ee028b1 . hai 1 ano
sendsms.js 417ee028b1 . hai 1 ano
spoof.js 417ee028b1 . hai 1 ano
trace.js 417ee028b1 . hai 1 ano
trace.txt 417ee028b1 . hai 1 ano
tsconfig.json bb3f71a79b first commit hai 1 ano
yarn.lock 417ee028b1 . hai 1 ano

README.md

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.