AS1/2 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-23 22:58:54 +01:00
parent 74029e0915
commit d549856d49
9 changed files with 99 additions and 13 deletions
@@ -37,6 +37,10 @@ public class ActionGraphSource extends GraphSource {
return actions.get(pos);
}
public void set(int pos, Action t) {
actions.set(pos, t);
}
@Override
public boolean isEmpty() {
return actions.isEmpty();