It doesn't look like Il2cppGlobalMetadataHeader.exportedTypeDefinitions is read past just reading its pointer. Reading this would support what is the equivalent of TypeForwardedTo (needed for MonoBehaviour deserialization in AssetsTools.NET). Just reading the list itself would be fine enough, but having a method that would build the list for a given image would be a plus as well.
It doesn't look like
Il2cppGlobalMetadataHeader.exportedTypeDefinitionsis read past just reading its pointer. Reading this would support what is the equivalent ofTypeForwardedTo(needed for MonoBehaviour deserialization in AssetsTools.NET). Just reading the list itself would be fine enough, but having a method that would build the list for a given image would be a plus as well.