Skip to content

Commit

Permalink
Add compilation instructions (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
llamaonsecurity authored and oleavr committed Jul 9, 2018
1 parent e5e1a0d commit f7c8bff
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
### How to compile & load

```sh
$ 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:

```sh
$ npm run watch
```

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

0 comments on commit f7c8bff

Please sign in to comment.