Also remove Spices.Net watermark attribute

This commit is contained in:
de4dot 2012-11-14 21:45:12 +01:00
parent 9e708ed4fd
commit 686f9953fd

View File

@ -143,6 +143,7 @@ namespace de4dot.code.deobfuscators.Spices_Net {
switch (type.FullName) {
case "NineRays.Decompiler.NotDecompile":
case "NineRays.Obfuscator.Evaluation":
case "NineRays.Obfuscator.SoftwareWatermarkAttribute":
addAttributeToBeRemoved(type, "Obfuscator attribute");
foundSpicesAttribute = true;
break;