not resolving unusualTags in DefineSprite for parallel speedup off too

improved AS3 deobfsucation
This commit is contained in:
Jindra Petřík
2016-02-18 10:32:12 +01:00
parent 7e399c598c
commit 36220f2de3
8 changed files with 105 additions and 38 deletions

View File

@@ -390,6 +390,10 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
return EcmaScript.toString(getResult());
}
public Boolean getResultAsBoolean() {
return EcmaScript.toBoolean(getResult());
}
public String toStringNoQuotes(LocalData localData) {
// todo: honfika: this method should not be called, maybe we should throw an exception
return toString();