AS1/2 better deobfuscation

This commit is contained in:
Jindra Pet��k
2013-03-23 10:45:26 +01:00
parent c630d885dd
commit e7bffb85ba
13 changed files with 160 additions and 37 deletions
@@ -38,8 +38,8 @@ public class ActionGetURL extends Action {
public ActionGetURL(int actionLength, SWFInputStream sis, int version) throws IOException {
super(0x83, actionLength);
byte data[] = sis.readBytes(actionLength);
sis = new SWFInputStream(new ByteArrayInputStream(data), version);
//byte data[] = sis.readBytes(actionLength);
//sis = new SWFInputStream(new ByteArrayInputStream(data), version);
urlString = sis.readString();
targetString = sis.readString();
}