get_images
Walk the binary images table of an IL2CPP global-metadata.dat file to retrieve assembly image records with assembly name and type count.
Instructions
Walk the binary images table; return assembly image records.
Each image corresponds to one IL2CPP assembly (e.g.
Assembly-CSharp.dll, UnityEngine.CoreModule.dll). The name field
is the assembly file name; the type_count is the size of the
typeDef range owned by this image.
Args: metadata_path: path to global-metadata.dat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |