Show obfuscator version

This commit is contained in:
de4dot 2012-02-06 15:55:14 +01:00
parent b39725f12f
commit 26bf21a84e

View File

@ -53,7 +53,7 @@ namespace de4dot.code.deobfuscators.CodeVeil.v3_v4 {
class Deobfuscator : DeobfuscatorBase {
Options options;
string obfuscatorName = DeobfuscatorInfo.THE_NAME;
string obfuscatorName = DeobfuscatorInfo.THE_NAME + " 3.x - 4.x";
bool foundKillType = false;
MethodsDecrypter methodsDecrypter;