search_strings
Search a Unity IL2CPP global-metadata file for C# strings by substring to find asset paths, save keys, or gameplay terms.
Instructions
Substring search of the C# symbol table.
Returns [{index, string}] matches. Useful for finding asset
paths, save keys, or specific gameplay terms in the metadata.
Args: metadata_path: path to global-metadata.dat substring: case-sensitive substring to search for limit: maximum matches to return (default 50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| substring | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |