AS1/2 better identifiers renaming (deobfuscation)

This commit is contained in:
Jindra Pet��k
2013-03-24 07:42:51 +01:00
parent d549856d49
commit 67dec09957
6 changed files with 37 additions and 2 deletions
@@ -35,6 +35,11 @@ public class ActionWith extends Action implements ActionContainer {
public int size;
public int version;
@Override
public List<Action> getActions() {
return actions;
}
public ActionWith(SWFInputStream sis, int version) throws IOException {
super(0x94, 2);
size = sis.readUI16();