mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
AS1/2 deobfuscation - store register fix
This commit is contained in:
@@ -545,7 +545,7 @@ public class SWFInputStream extends InputStream {
|
||||
try {
|
||||
ins.translate(localData, stack, output);
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, "Error during getting constantpool", ex);
|
||||
}
|
||||
if (ins.isExit()) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user