Fixed missing hyphens. Catch by @mynameisnone#1199.
This commit is contained in:
TPD94 2022-10-31 09:05:24 -04:00
parent 699d68ffe0
commit c76173ed30
1 changed files with 3 additions and 3 deletions

View File

@ -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`
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
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**