Skip to content

Commit a8a9a06

Browse files
vtalossam-f0
authored andcommitted
Fix frida-server command and update Android version support
Updated frida-server startup command to remove redundant adb shell and added Android 14 support.
1 parent 9582986 commit a8a9a06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You'll need a rooted Android device or emulator.
4040
>
4141
> `chmod u+x /data/local/tmp/frida-server`
4242
>
43-
> `adb shell /data/local/tmp/frida-server`
43+
> `/data/local/tmp/frida-server`
4444
4545

4646
# Arguments
@@ -51,7 +51,7 @@ You'll need a rooted Android device or emulator.
5151
| -d DEVICE | The device to attach to e.g. "emulator-5554". Use `adb devices` to list available devices. If not provided defaults to the USB device. |
5252
| -p PID | The pid of the process on DEVICE to attach to. |
5353
| -n NAME | The name of the process on DEVICE to attach to e.g. "Messaging". |
54-
| -a [9, 10, 11, 12, 13] | The target device android version. If no struct path is supplied, default structs are used. |
54+
| -a [9, 10, 11, 12, 13, 14] | The target device android version. If no struct path is supplied, default structs are used. |
5555
| -s STRUCTPATH | The path to the directory of structure files. |
5656
| -c CONFIG | The path to the config file to filter. |
5757
| --spawn  | Spawn process before attaching. -n option **must** be present and contain a valid process identifier.|
@@ -150,4 +150,4 @@ To filter define any or all of the interface, method, type and inclusive options
150150

151151
Internal binder interfaces can change around between minor versions, and since it's effectively all compiled together with no runtime version information it's hard to provide 100% accurate structure information for every release across Android's highly fragmented ecosystem.
152152

153-
More details on structures can be found in the [structures page](STRUCTURES.md)
153+
More details on structures can be found in the [structures page](STRUCTURES.md)

0 commit comments

Comments
 (0)