Use the new name of this obfuscator

This commit is contained in:
de4dot 2012-11-07 05:47:33 +01:00
parent 9c64165d15
commit ab78e97423

View File

@ -27,8 +27,8 @@ using de4dot.PE;
namespace de4dot.code.deobfuscators.Agile_NET {
public class DeobfuscatorInfo : DeobfuscatorInfoBase {
public const string THE_NAME = "CliSecure";
public const string THE_TYPE = "cs";
public const string THE_NAME = "Agile.NET";
public const string THE_TYPE = "an";
const string DEFAULT_REGEX = @"[a-zA-Z_0-9>}$]$";
BoolOption decryptMethods;
BoolOption decryptResources;