mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 02:24:33 +00:00
AS3 better deobfuscation
This commit is contained in:
@@ -22,4 +22,8 @@ public interface GraphSourceItem {
|
||||
public boolean ignoredLoops();
|
||||
|
||||
public List<Integer> getBranches(GraphSource code);
|
||||
|
||||
public boolean isIgnored();
|
||||
|
||||
public void setIgnored(boolean ignored);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user