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
@@ -45,7 +45,7 @@ public class ActionGetURL extends Action {
}
public ActionGetURL(FlasmLexer lexer) throws IOException, ParseException {
super(0x83, 0);
super(0x83, -1);
urlString = lexString(lexer);
targetString = lexString(lexer);
}