Better AS1/2 deobfuscation

This commit is contained in:
Jindra Petk
2013-04-01 16:52:05 +02:00
parent ca6725838c
commit 381c1707ff
18 changed files with 610 additions and 298 deletions

View File

@@ -59,8 +59,7 @@ public class GraphPart {
return false;
}
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
public boolean leadsTo(GraphSource code, GraphPart part, List<GraphPart> ignored) {
return leadsTo(code, part, new ArrayList<GraphPart>(), ignored);
}