AS3 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-22 21:00:35 +01:00
parent 4d1aeb00d1
commit 2985b37628
68 changed files with 656 additions and 437 deletions
@@ -73,7 +73,7 @@ public class ABC {
public int removeTraps() {
int rem = 0;
for (MethodBody body : bodies) {
rem += body.removeTraps(constants);
rem += body.removeTraps(constants, this);
}
return rem;
}