Print 4.x when DNR 4 version is unknown

This commit is contained in:
de4dot 2012-11-21 14:20:38 +01:00
parent 8858205344
commit 7ce782215e

View File

@ -346,7 +346,7 @@ namespace de4dot.code.deobfuscators.dotNET_Reactor.v4 {
return DeobfuscatorInfo.THE_NAME + " 4.0";
}
if (!hasCorEnableProfilingString)
return DeobfuscatorInfo.THE_NAME;
return DeobfuscatorInfo.THE_NAME + " 4.x";
// 4.2-4.4
if (!localTypes.exists("System.Byte&"))