Update version detection

This commit is contained in:
de4dot 2013-11-21 16:50:56 +01:00
parent ace439fb37
commit 2828d57ccf

View File

@ -722,7 +722,7 @@ namespace de4dot.code.deobfuscators.Eazfuscator_NET {
decryptStringMethod.Body.ExceptionHandlers.Count >= 2 &&
new LocalTypes(decryptStringMethod).All(locals35) &&
CheckTypeFields2(fields35)) {
return "3.5 - 4.0";
return "3.5 - 4.1";
}
}