diff --git a/src/Program.cs b/src/Program.cs index 4fc8776..9f32ff5 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -37,6 +37,9 @@ public static void Main(string[] args) { xtf.HookBinaryFormatter = false; xtf.HookReflection = false; xtf.AddAssemblyReference = false; + xtf.PatchXNB = false; + xtf.PatchXACT = false; + xtf.PreferredPlatform = ILPlatform.x86; }