AS3: Decompiling via graph - good against obfuscators

This commit is contained in:
Jindra Petk
2013-02-08 22:31:47 +01:00
parent 5a422fd18f
commit 4a387a8df0
57 changed files with 1978 additions and 674 deletions

View File

@@ -38,7 +38,7 @@ public class GraphTreeFrame extends JFrame {
setSize(400, 400);
graphTree = new JTree(new TreeModel() {
public Object getRoot() {
return graph.head;
return graph.heads.get(0);
}
public Object getChild(Object parent, int index) {