AS1/2 better deobfuscation

code formatting
This commit is contained in:
Jindra Petk
2013-03-10 06:03:15 +01:00
parent 959a413a72
commit 4c1485808f
164 changed files with 1083 additions and 666 deletions

View File

@@ -19,5 +19,7 @@ public interface GraphSourceItem {
public long getOffset();
public boolean ignoredLoops();
public List<Integer> getBranches(GraphSource code);
}