AS1/2 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-23 19:15:57 +01:00
parent cb663834cf
commit 74029e0915
14 changed files with 152 additions and 122 deletions
@@ -44,7 +44,7 @@ public class ActionGetURL extends Action {
}
public ActionGetURL(FlasmLexer lexer) throws IOException, ParseException {
super(0x83, -1);
super(0x83, 0);
urlString = lexString(lexer);
targetString = lexString(lexer);
}