list_strings
Retrieve paginated string data from IDA Pro's database to analyze text content in binaries during reverse engineering.
Instructions
List all strings in the database (paginated)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | Offset to start listing from (start at 0) | |
| count | Yes | Number of strings to list (100 is a good default, 0 means remainder) |