AS1/2 deobfuscation - store register fix

This commit is contained in:
Jindra Petk
2013-03-24 08:10:25 +01:00
parent c9033100e3
commit 207e598202
4 changed files with 5 additions and 3 deletions

View File

@@ -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;