edb_find_strings
Find printable ASCII strings starting from the current program counter. Returns addresses and content of discovered strings.
Instructions
Find printable ASCII strings in the current code region. Searches from current PC for printable character sequences.
Returns: str: Found strings with addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |