mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 17:08:08 +00:00
show abc and actionbytes in dump view, hexview style fixes
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user