Update detection of compressor

This commit is contained in:
de4dot 2012-08-11 04:15:29 +02:00
parent e9125616b9
commit 3837ec8e1b

View File

@ -104,7 +104,6 @@ namespace de4dot.code.deobfuscators.Confuser {
};
static string[] requiredEntryPointLocals = new string[] {
"System.Byte[]",
"System.Int32",
"System.IO.BinaryReader",
"System.IO.Stream",
};