From 28e276eda510c2726609804ef745e097a35cd0fe Mon Sep 17 00:00:00 2001 From: walon Date: Fri, 23 May 2025 19:46:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20MetaUtil::AppendIl2CppStac?= =?UTF-8?q?kTraceNameOfTypeSig=20=E6=97=A0=E6=B3=95=E5=A4=84=E7=90=86Typed?= =?UTF-8?q?Reference=E7=B1=BB=E5=9E=8B=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs b/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs index c4cf534..c22846a 100644 --- a/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs +++ b/com.code-philosophy.obfuz/Editor/Utils/MetaUtil.cs @@ -750,6 +750,7 @@ namespace Obfuz.Utils sb.Append("]"); break; } + case ElementType.TypedByRef: sb.Append("TypedReference"); break; default: throw new NotSupportedException(typeSig.ToString()); }