Updated
Fixed missing hyphens. Catch by @mynameisnone#1199.
This commit is contained in:
parent
699d68ffe0
commit
c76173ed30
|
@ -74,15 +74,15 @@ Change directory to where you extracted the file and enter the command `adb push
|
||||||
|
|
||||||
Once it has been pushed open up a shell with `adb shell`
|
Once it has been pushed open up a shell with `adb shell`
|
||||||
|
|
||||||
Move the server to the tmp directory `mv /sdcard/fridaserver-15.1.17-android-arm /data/local/tmp/`
|
Move the server to the tmp directory `mv /sdcard/frida-server-15.1.17-android-arm /data/local/tmp/`
|
||||||
|
|
||||||
You may get an error about chown permission, this is negligible
|
You may get an error about chown permission, this is negligible
|
||||||
|
|
||||||
Login as super user and create a new environment `su -`
|
Login as super user and create a new environment `su -`
|
||||||
|
|
||||||
Give execute privileges to frida-server `chmod +x /data/local/tmp/fridaserver-15.1.17-android-arm`
|
Give execute privileges to frida-server `chmod +x /data/local/tmp/frida-server-15.1.17-android-arm`
|
||||||
|
|
||||||
Start the server `/data/local/tmp/fridaserver-15.1.17-android-arm`
|
Start the server `/data/local/tmp/frida-server-15.1.17-android-arm`
|
||||||
|
|
||||||
**When you start the server command prompt will hang, this is normal and means the program is running, do not close out and continue to step 2**
|
**When you start the server command prompt will hang, this is normal and means the program is running, do not close out and continue to step 2**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue