AS1/2 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-10 19:17:15 +01:00
parent 49ba85f21f
commit 803cf80b1d
9 changed files with 194 additions and 33 deletions
@@ -40,7 +40,7 @@ public class ActionGetVariable extends Action {
GraphTargetItem name = stack.pop();
GraphTargetItem computedVal = variables.get(Highlighting.stripHilights(name.toStringNoQuotes()));
GetVariableTreeItem gvt = new GetVariableTreeItem(this, name);
gvt.computedValue = computedVal;
gvt.setComputedValue(computedVal);
stack.push(gvt);
}
}