Sam Harwood 2018-07-17 23:51:14 +02:00
Родитель 0397552a98
Коммит b980d0275a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -150,7 +150,7 @@ namespace Confuser.Protections.ReferenceProxy {
continue;
// No instance value type methods
if (declType.IsValueType && operand.MethodSig.HasThis)
return;
continue;
// No prefixed call
if (i - 1 >= 0 && ctx.Body.Instructions[i - 1].OpCode.OpCodeType == OpCodeType.Prefix)
continue;