list_classes
Retrieve fully qualified class names from a Unity IL2CPP global-metadata.dat file, with optional namespace filtering and limit.
Instructions
Return class FQNs from the string table.
Args:
metadata_path: path to global-metadata.dat
namespace: if set, only return classes whose FQN starts with
namespace + "." (e.g. "UnityEngine")
limit: maximum classes to return (default 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes | ||
| namespace | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |