From 832a955167a5e37438d65aba825154eadde1a1ad Mon Sep 17 00:00:00 2001 From: walon Date: Sun, 22 Jun 2025 10:48:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDefaultObfuscator=E6=8A=9B?= =?UTF-8?q?=E5=87=BA=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/ObfusPasses/ControlFlowObfus/DefaultObfuscator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/ObfusPasses/ControlFlowObfus/DefaultObfuscator.cs b/Editor/ObfusPasses/ControlFlowObfus/DefaultObfuscator.cs index 53fe525..70d998a 100644 --- a/Editor/ObfusPasses/ControlFlowObfus/DefaultObfuscator.cs +++ b/Editor/ObfusPasses/ControlFlowObfus/DefaultObfuscator.cs @@ -6,7 +6,7 @@ namespace Obfuz.ObfusPasses.ControlFlowObfus { public override bool Obfuscate(BasicBlockCollection basicBlocks, ObfusMethodContext ctx) { - throw new System.NotImplementedException(); + return false; } } }