diff --git a/README.md b/README.md index 8cfdd69..7fb2513 100644 --- a/README.md +++ b/README.md @@ -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**