dumpview: allow opening multiple swfs, context menu: expand all and close menu items

show abc and actionbytes in dump view, hexview style fixes
better scroll to view mode in hex editor
This commit is contained in:
honfika
2014-06-28 07:31:28 +02:00
parent 1bed823af5
commit cb7baba8e9
112 changed files with 3473 additions and 3011 deletions
@@ -42,7 +42,7 @@ public class DumpInfo {
public List<DumpInfo> childInfos = new ArrayList<>();
public DumpInfo(String name, String type, Object value, long startByte, int lengthBytes) {
public DumpInfo(String name, String type, Object value, long startByte, long lengthBytes) {
this.name = name;
this.type = type;