Skip to content

Commit

Permalink
Added note to readme to remember to start frida-server before running…
Browse files Browse the repository at this point in the history
… jnitrace
  • Loading branch information
chame1eon committed Jul 24, 2019
1 parent 4525c89 commit f8a8c7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ Backtracer.
additional data for the method arguments. This will include buffers passed to
a function or strings.

***Note***

Remember frida-server must be running before running `jnitrace`. If the default
instructions for installing frida have been followed, the following command will start the server ready for `jnitrace`:

`adb shell /data/local/tmp/frida-server`


## Building:

Building `jnitrace` from source requires that `node` first be installed.
Expand Down

0 comments on commit f8a8c7c

Please sign in to comment.