https://github.com/yck1509/ConfuserEx/pull/591
This commit is contained in:
Родитель
0397552a98
Коммит
b980d0275a
|
@ -150,7 +150,7 @@ namespace Confuser.Protections.ReferenceProxy {
|
||||||
continue;
|
continue;
|
||||||
// No instance value type methods
|
// No instance value type methods
|
||||||
if (declType.IsValueType && operand.MethodSig.HasThis)
|
if (declType.IsValueType && operand.MethodSig.HasThis)
|
||||||
return;
|
continue;
|
||||||
// No prefixed call
|
// No prefixed call
|
||||||
if (i - 1 >= 0 && ctx.Body.Instructions[i - 1].OpCode.OpCodeType == OpCodeType.Prefix)
|
if (i - 1 >= 0 && ctx.Body.Instructions[i - 1].OpCode.OpCodeType == OpCodeType.Prefix)
|
||||||
continue;
|
continue;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче