|
|
1 rok temu | |
|---|---|---|
| agent | 1 rok temu | |
| .gitignore | 1 rok temu | |
| 2.js | 1 rok temu | |
| README.md | 1 rok temu | |
| hookreceive.js | 1 rok temu | |
| package-lock.json | 1 rok temu | |
| package.json | 1 rok temu | |
| sendsms.js | 1 rok temu | |
| spoof.js | 1 rok temu | |
| trace.js | 1 rok temu | |
| trace.txt | 1 rok temu | |
| tsconfig.json | 1 rok temu | |
| yarn.lock | 1 rok temu |
$ 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
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.