Fix maxRev

This commit is contained in:
de4dot 2012-08-09 23:32:11 +02:00
parent 3c4ec53cd5
commit c437a9fa8a

View File

@ -586,7 +586,7 @@ namespace de4dot.code.deobfuscators.Confuser {
case ConfuserVersion.v18_r75184:
minRev = 75184;
maxRev = 75349;
maxRev = int.MaxValue;
return true;
case ConfuserVersion.v18_r75367: