修复 MetaUtil::AppendIl2CppStackTraceNameOfTypeSig 无法处理TypedReference类型的bug
parent
03b0172240
commit
28e276eda5
|
@ -750,6 +750,7 @@ namespace Obfuz.Utils
|
||||||
sb.Append("]");
|
sb.Append("]");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case ElementType.TypedByRef: sb.Append("TypedReference"); break;
|
||||||
default:
|
default:
|
||||||
throw new NotSupportedException(typeSig.ToString());
|
throw new NotSupportedException(typeSig.ToString());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue