From 2d583316cfe3cdd1c6cd5409c222ca9954bf6590 Mon Sep 17 00:00:00 2001 From: de4dot Date: Sun, 8 Apr 2012 11:36:24 +0200 Subject: [PATCH] Use the constant --- de4dot.code/deobfuscators/CryptoObfuscator/Deobfuscator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de4dot.code/deobfuscators/CryptoObfuscator/Deobfuscator.cs b/de4dot.code/deobfuscators/CryptoObfuscator/Deobfuscator.cs index c5abe2a2..63c2cc4b 100644 --- a/de4dot.code/deobfuscators/CryptoObfuscator/Deobfuscator.cs +++ b/de4dot.code/deobfuscators/CryptoObfuscator/Deobfuscator.cs @@ -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;