list_strings
Return strings from the C# symbol table in a global-metadata.dat file, with optional substring filtering and result limit.
Instructions
Return strings from the unprotected C# symbol table.
Args: metadata_path: path to global-metadata.dat substring: if set, only return strings containing this case-sensitive substring limit: maximum number of results to return (default 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| substring | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |