AS1/2 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-10 13:57:31 +01:00
parent 4c1485808f
commit c9fe445372
58 changed files with 202 additions and 210 deletions
@@ -141,7 +141,7 @@ public class ActionPush extends Action {
}
public ActionPush(FlasmLexer lexer, List<String> constantPool) throws IOException, ParseException {
super(0x96, 0);
super(0x96, -1);
this.constantPool = constantPool;
values = new ArrayList<Object>();
int count = 0;
@@ -205,9 +205,6 @@ public class ActionPush extends Action {
ret += values.get(i).toString();
}
}
if (ret.equals("Push 138")) {
new Exception().printStackTrace();
}
return ret;
}