mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 18:16:04 +00:00
AS3 deobfuscation - remove traps
This commit is contained in:
@@ -74,7 +74,6 @@ public class ASMSourceEditorPane extends LineMarkedEditorPane implements CaretLi
|
||||
|
||||
public void graph() {
|
||||
Graph gr = new Graph(abc.bodies[bodyIndex].code);
|
||||
//(new GraphTreeFrame(gr)).setVisible(true);
|
||||
(new GraphFrame(gr, "")).setVisible(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user