You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You'll need a rooted Android device or emulator.
40
40
>
41
41
> `chmod u+x /data/local/tmp/frida-server`
42
42
>
43
-
> `adb shell /data/local/tmp/frida-server`
43
+
> `/data/local/tmp/frida-server`
44
44
45
45
46
46
# Arguments
@@ -51,7 +51,7 @@ You'll need a rooted Android device or emulator.
51
51
| -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. |
52
52
| -p PID | The pid of the process on DEVICE to attach to. |
53
53
| -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. |
55
55
| -s STRUCTPATH | The path to the directory of structure files. |
56
56
| -c CONFIG | The path to the config file to filter. |
57
57
| --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
150
150
151
151
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.
152
152
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