mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
AS1/2 better identifiers renaming (deobfuscation)
This commit is contained in:
@@ -542,7 +542,11 @@ public class SWFInputStream extends InputStream {
|
||||
if (((ins instanceof ActionEquals) || (ins instanceof ActionEquals2)) && (stack.size() == 1) && (stack.peek() instanceof DirectValueTreeItem)) {
|
||||
stack.push(new DirectValueTreeItem(null, 0, new Null(), new ArrayList<String>()));
|
||||
}
|
||||
ins.translate(localData, stack, output);
|
||||
try {
|
||||
ins.translate(localData, stack, output);
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
}
|
||||
if (ins.isExit()) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user