Skip to content

Commit 17106ff

Browse files
committed
docs: enhance Device Info and CodeShare Queue descriptions in README
1 parent f8b8da0 commit 17106ff

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
@@ -29,7 +29,7 @@ Open your browser and navigate to: `http://localhost:8000`
2929

3030
- **Auto-discovery**: Automatically detects connected USB and local devices.
3131
- **Remote Devices**: Easily add and manage remote Frida servers (e.g., `192.168.1.x:27042`).
32-
- **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.
3333

3434
### 🚀 Process & App Control
3535

@@ -38,7 +38,7 @@ Open your browser and navigate to: `http://localhost:8000`
3838
- **Session Management**:
3939
- **Attach**: Connect to running processes.
4040
- **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).
4242
- **Kill/Detach**: Terminate processes or gracefully disconnect.
4343

4444
### 💻 Scripting & Instrumentation
@@ -48,7 +48,7 @@ Open your browser and navigate to: `http://localhost:8000`
4848
- **Download script**: Export the current editor content as a `.js` file (`frida-ui_<app id>_<timestamp>.js`) directly from the editor header.
4949
- **CodeShare Integration**:
5050
- 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.
5252

5353
### 📊 Console & Logging
5454

0 commit comments

Comments
 (0)