不加密 GeneratedEncryptionVirtualMachine函数体
parent
d3e6e13419
commit
645621900a
|
@ -5,7 +5,7 @@ using System.Linq;
|
|||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Obfuz.ObfusPasses
|
||||
namespace Obfuz
|
||||
{
|
||||
public class NotObfuscatedMethodWhiteList
|
||||
{
|
||||
|
@ -39,6 +39,10 @@ namespace Obfuz.ObfusPasses
|
|||
{
|
||||
return true;
|
||||
}
|
||||
if (type.FullName == "Obfuz.EncryptionVM.GeneratedEncryptionVirtualMachine")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue