Recognize v24 metadata from later Unity 2018 versions ("24.1")
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Il2CppInspector
|
||||
public List<int> FieldOffsets { get; }
|
||||
public List<Il2CppType> TypeUsages => Binary.Types;
|
||||
public Dictionary<string, Il2CppCodeGenModule> Modules => Binary.Modules;
|
||||
public uint[] GlobalMethodPointers => Binary.GlobalMethodPointers; // <=v24.0 only
|
||||
public uint[] GlobalMethodPointers => Binary.GlobalMethodPointers; // <=v24.1 only
|
||||
|
||||
// TODO: Finish all file access in the constructor and eliminate the need for this
|
||||
public IFileFormatReader BinaryImage => Binary.Image;
|
||||
|
||||
Reference in New Issue
Block a user