Set ILOnly flag in .NET header

This commit is contained in:
de4dot 2012-08-12 02:52:48 +02:00
parent 4b9ee54409
commit b5aebd4731

View File

@ -573,6 +573,8 @@ namespace de4dot.code.deobfuscators.Confuser {
}
}
module.Attributes |= ModuleAttributes.ILOnly;
base.deobfuscateEnd();
}