mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-16 12:18:28 +00:00
AS3: Decompiling via graph - good against obfuscators
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user