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
@@ -49,6 +49,11 @@ public class ActionDefineFunction extends Action implements ActionContainer {
private int version;
public List<String> constantPool;
@Override
public List<Action> getActions() {
return code;
}
public void setConstantPool(List<String> constantPool) {
this.constantPool = constantPool;
for (Action a : code) {