diff --git a/Il2CppInspector.Redux.GUI/UiContext.cs b/Il2CppInspector.Redux.GUI/UiContext.cs index dfc585c..b8bc265 100644 --- a/Il2CppInspector.Redux.GUI/UiContext.cs +++ b/Il2CppInspector.Redux.GUI/UiContext.cs @@ -85,6 +85,7 @@ public class UiContext Please check the binary file in a disassembler to ensure that it is an unencrypted IL2CPP binary before submitting a bug report! """); + _binary = null; return false; }