mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 12:14:24 +00:00
Issue #242 AS3 deobfuscation fix
This commit is contained in:
@@ -2045,14 +2045,14 @@ public class AVM2Code implements Serializable {
|
||||
}
|
||||
|
||||
List<Integer> r = refs.get(ip);
|
||||
if (r != null) {
|
||||
if (r.size() > 1) {
|
||||
if (!stack.isEmpty()) {
|
||||
GraphTargetItem it = stack.pop();
|
||||
stack.push(new NotCompileTimeAVM2Item(null, it));
|
||||
}
|
||||
}
|
||||
}
|
||||
/*if (r != null) {
|
||||
if (r.size() > 1) {
|
||||
if (!stack.isEmpty()) {
|
||||
GraphTargetItem it = stack.pop();
|
||||
stack.push(new NotCompileTimeAVM2Item(null, it));
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
GraphSourceItem ins = code.get(ip);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user