From 64a7b2613405f349f86fff448ee754b8326f498d Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sun, 20 Dec 2020 21:06:46 +0100 Subject: [PATCH] IL2CPP: Add Il2CppConstants.MetadataSignature --- Il2CppInspector.Common/IL2CPP/Il2CppConstants.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Il2CppInspector.Common/IL2CPP/Il2CppConstants.cs b/Il2CppInspector.Common/IL2CPP/Il2CppConstants.cs index 722f43a..31a2ac5 100644 --- a/Il2CppInspector.Common/IL2CPP/Il2CppConstants.cs +++ b/Il2CppInspector.Common/IL2CPP/Il2CppConstants.cs @@ -158,6 +158,9 @@ namespace Il2CppInspector public const int ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG = 0x00008000; public const int ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG = 0x00004000; + // The signature that global-metadata.dat should start with + public const uint MetadataSignature = 0xFAB11BAF; + // Naming conventions (follows order of Il2CppTypeEnum) public static List CSharpTypeString = new List {