mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:30:47 +00:00
AS1/2 better deobfuscation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user