dump view: basic hex view (should be changed to a real hex view component)

This commit is contained in:
honfika
2014-06-22 09:49:12 +02:00
parent 4e0ec9df93
commit 38335ec2e4
23 changed files with 953 additions and 812 deletions
@@ -153,7 +153,7 @@ import java.util.List;
*/
public class ActionScriptParser {
private int swfVersion;
private final int swfVersion;
public ActionScriptParser(int swfVersion) {
this.swfVersion = swfVersion;