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
-**Device Info**: View detailed system parameters (OS, Arch, API Level) for selected devices.
32
+
-**Device Info**: View detailed system parameters (OS, Arch, API Level) and visual type indicators for selected devices.
33
33
34
34
### 🚀 Process & App Control
35
35
@@ -38,7 +38,7 @@ Open your browser and navigate to: `http://localhost:8000`
38
38
-**Session Management**:
39
39
-**Attach**: Connect to running processes.
40
40
-**Spawn**: Launch installed applications.
41
-
-**Spawn & Run**: Launch an app and immediately inject a script (early instrumentation).
41
+
-**Spawn & Run**: Launch an app and immediately inject the editor script along with any queued CodeShare scripts (early instrumentation).
42
42
-**Kill/Detach**: Terminate processes or gracefully disconnect.
43
43
44
44
### 💻 Scripting & Instrumentation
@@ -48,7 +48,7 @@ Open your browser and navigate to: `http://localhost:8000`
48
48
-**Download script**: Export the current editor content as a `.js` file (`frida-ui_<app id>_<timestamp>.js`) directly from the editor header.
49
49
-**CodeShare Integration**:
50
50
- Import scripts directly from [Frida CodeShare](https://codeshare.frida.re/).
51
-
-Create a "Queue" of CodeShare scripts to inject sequentially.
51
+
-**CodeShare Queue**: Queue multiple CodeShare scripts to be loaded and executed automatically during **Spawn & Run** or manually via the "Run CodeShare Scripts" button.
0 commit comments