show abc and actionbytes in dump view, hexview style fixes

This commit is contained in:
honfika
2014-06-24 14:07:48 +02:00
parent 05f2dcfe96
commit b0d23e9d3e
4 changed files with 24 additions and 16 deletions

View File

@@ -340,6 +340,8 @@ public class ABC {
this.swf = swf;
this.parentTag = tag;
ABCInputStream ais = new ABCInputStream(is.getBaseStream());
// put it to the dumpview:
is.readBytesEx(is.available(), "abcBytes");
minor_version = ais.readU16();
major_version = ais.readU16();
logger.log(Level.FINE, "ABC minor_version: {0}, major_version: {1}", new Object[]{minor_version, major_version});