Add BlobReader, fix Il2CppType for 27.2+

This commit is contained in:
LukeFZ
2023-11-30 13:31:37 +01:00
parent a4528e5f55
commit ef1a5d1e83
4 changed files with 723 additions and 632 deletions

View File

@@ -259,7 +259,7 @@ namespace Il2CppInspector.Reflection
}
// Create a reference type if necessary
return typeRef.byref ? underlyingType.MakeByRefType() : underlyingType;
return typeRef.ByRef(Package.Version) ? underlyingType.MakeByRefType() : underlyingType;
}
// Basic primitive types are specified via a flag value