list_strings
Extract and list all strings from the database with pagination. Specify offset and count to manage large datasets efficiently during reverse engineering with IDA Pro.
Instructions
List all strings in the database (paginated)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | Yes | Number of strings to list (100 is a good default, 0 means remainder) | |
offset | Yes | Offset to start listing from (start at 0) |