AS3 register deobfuscator improved

This commit is contained in:
Jindra Petřík
2015-07-06 09:12:29 +02:00
parent 1caf4e4856
commit 0e1a76f279
6 changed files with 149 additions and 183 deletions

View File

@@ -253,7 +253,7 @@ public class DumpTree extends JTree {
ABCInputStream ais = new ABCInputStream(new MemoryInputStream(data, 0, prevLength + (int) dumpInfo.lengthBytes));
ais.seek(prevLength);
ais.dumpInfo = dumpInfo;
new AVM2Code(ais);
new AVM2Code(ais, null /*FIXME! Pass correct body!*/);
} catch (IOException ex) {
logger.log(Level.SEVERE, null, ex);
}