From 2f13a27296f3ad34ee033565ec7e9f950b5e813e Mon Sep 17 00:00:00 2001 From: LukeFZ <17146677+LukeFZ@users.noreply.github.com> Date: Mon, 21 Jul 2025 17:14:42 +0200 Subject: [PATCH] new ui: clear out loaded binary if no IL2CPP images could be loaded --- Il2CppInspector.Redux.GUI/UiContext.cs | 1 + 1 file changed, 1 insertion(+) 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; }