From 2ecf363d0b68a73626d563dc60d2b506b323c49c Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 9 Jun 2025 13:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20VirtualMethodGroupCalculat?= =?UTF-8?q?or=20=E8=AE=A1=E7=AE=97=E4=B8=80=E4=B8=AA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=BB=A7=E6=89=BF=E4=BA=86=E5=A4=9A=E4=B8=AAinterface=EF=BC=8C?= =?UTF-8?q?=E5=B9=B6=E4=B8=94=E8=BF=99=E4=BA=9Binterface=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E7=9B=B8=E5=90=8C=E7=AD=BE=E5=90=8D=E7=9A=84=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E6=9C=AA=E6=98=A0=E5=B0=84=E4=B8=BA=E7=9B=B8?= =?UTF-8?q?=E5=90=8C=E8=99=9A=E5=87=BD=E6=95=B0=E5=90=8D=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/ObfusPasses/SymbolObfus/VirtualMethodGroupCalculator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/ObfusPasses/SymbolObfus/VirtualMethodGroupCalculator.cs b/Editor/ObfusPasses/SymbolObfus/VirtualMethodGroupCalculator.cs index 6ad1bfb..033e3b0 100644 --- a/Editor/ObfusPasses/SymbolObfus/VirtualMethodGroupCalculator.cs +++ b/Editor/ObfusPasses/SymbolObfus/VirtualMethodGroupCalculator.cs @@ -117,9 +117,9 @@ namespace Obfuz.ObfusPasses.SymbolObfus } } } + typeMethods.flatMethods.Add(method); } - typeMethods.flatMethods.AddRange(interfaceMethods); foreach (MethodDef method in typeDef.Methods) { if (!method.IsVirtual)