Update detection of compressor

This commit is contained in:
de4dot 2012-07-31 04:44:45 +02:00
parent 83706f40a8
commit afb205aeea

View File

@ -39,12 +39,9 @@ namespace de4dot.code.deobfuscators.Confuser {
}; };
static string[] requiredEntryPointLocals = new string[] { static string[] requiredEntryPointLocals = new string[] {
"System.Byte[]", "System.Byte[]",
"System.Diagnostics.Process",
"System.Int32", "System.Int32",
"System.IO.BinaryReader", "System.IO.BinaryReader",
"System.IO.Stream", "System.IO.Stream",
"System.String",
"System.String[]",
}; };
public void find(ISimpleDeobfuscator simpleDeobfuscator, IDeobfuscator deob) { public void find(ISimpleDeobfuscator simpleDeobfuscator, IDeobfuscator deob) {
var entryPoint = module.EntryPoint; var entryPoint = module.EntryPoint;