Correctly process 64-bit data structures in IL2CPP binaries
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Il2CppInspector.Reflection {
|
||||
// IL2CPP-specific data
|
||||
public Il2CppFieldDefinition Definition { get; }
|
||||
public int Index { get; }
|
||||
public int Offset { get; }
|
||||
public long Offset { get; }
|
||||
|
||||
public bool HasDefaultValue { get; }
|
||||
public object DefaultValue { get; }
|
||||
|
||||
@@ -15,7 +15,7 @@ namespace Il2CppInspector.Reflection
|
||||
// IL2CPP-specific data
|
||||
public Il2CppMethodDefinition Definition { get; }
|
||||
public int Index { get; }
|
||||
public uint VirtualAddress { get; }
|
||||
public ulong VirtualAddress { get; }
|
||||
public bool HasBody { get; }
|
||||
|
||||
public override MemberTypes MemberType => MemberTypes.Method;
|
||||
|
||||
Reference in New Issue
Block a user