Use the constant

This commit is contained in:
de4dot 2012-04-08 11:36:24 +02:00
parent 11a5553305
commit 2d583316cf

View File

@ -59,7 +59,7 @@ namespace de4dot.code.deobfuscators.CryptoObfuscator {
class Deobfuscator : DeobfuscatorBase {
Options options;
string obfuscatorName = "Crypto Obfuscator";
string obfuscatorName = DeobfuscatorInfo.THE_NAME;
bool foundCryptoObfuscatorAttribute = false;
bool foundObfuscatedSymbols = false;
bool foundObfuscatorUserString = false;