Remove multiple obfuscated GetTimes actions

This commit is contained in:
honfika@gmail.com
2015-10-15 08:58:09 +02:00
parent 13bbb1ee19
commit f0a003485f

View File

@@ -127,7 +127,6 @@ public class ActionDeobfuscatorSimpleFast implements SWFDecompilerListener {
iterator.add(jumpItem); // replace If with Jump
changed = true;
getTimeCount--;
break;
}
}
@@ -150,7 +149,6 @@ public class ActionDeobfuscatorSimpleFast implements SWFDecompilerListener {
iterator.remove(); // If
iterator.add(jumpItem); // replace If with Jump
changed = true;
break;
}
}
}