IL2CPP: Handle metadata v24.5 (Unity 2019.4.21-2019.4.24) (#148)

This commit is contained in:
Katy Coe
2021-04-12 17:53:31 +02:00
parent 0b3d065180
commit 98157c99ed
3 changed files with 15 additions and 8 deletions

View File

@@ -45,9 +45,9 @@ namespace Il2CppInspector
public ulong invokerPointers;
// Removed in metadata v27
[Version(Max = 24.4)]
[Version(Max = 24.5)]
public long customAttributeCount;
[Version(Max = 24.4)]
[Version(Max = 24.5)]
public ulong customAttributeGenerators;
// Removed in metadata v23
@@ -210,7 +210,7 @@ namespace Il2CppInspector
public class Il2CppGenericClass
{
[Version(Max = 24.4)]
[Version(Max = 24.5)]
public long typeDefinitionIndex; /* the generic type definition */
[Version(Min = 27)]
public ulong type; // Il2CppType* /* the generic type definition */