Change Confuser type from cn to cr

'cr' is what the author of Confuser uses.
This commit is contained in:
de4dot 2012-08-01 09:17:50 +02:00
parent 17db2d332e
commit 6953760ffc

View File

@ -28,7 +28,7 @@ using de4dot.PE;
namespace de4dot.code.deobfuscators.Confuser {
public class DeobfuscatorInfo : DeobfuscatorInfoBase {
public const string THE_NAME = "Confuser";
public const string THE_TYPE = "cn";
public const string THE_TYPE = "cr";
BoolOption removeAntiDebug;
BoolOption removeAntiDump;