Detect EF 3.6

This commit is contained in:
de4dot 2012-12-18 22:55:35 +01:00
parent 17a1ff950a
commit 29725a8262

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";
return "3.5 - 3.6";
}
}