change: Call Obfuscation doesn't obfuscate calling method of EncryptionService
parent
a40a45e8aa
commit
305a56b3db
|
@ -271,6 +271,11 @@ namespace Obfuz.ObfusPasses.CallObfus
|
|||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
if (typeDef.Name == "EncryptionService`1")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
// special handle
|
||||
// don't proxy call for List<T>.Enumerator GetEnumerator()
|
||||
if (methodName == "GetEnumerator")
|
||||
|
|
Loading…
Reference in New Issue