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

@@ -40,7 +40,7 @@ public class NotItem extends UnaryOpItem implements LogicalOpItem, Inverted {
@Override
public Object getResult() {
return getResult(value.getResult());
return !value.getResultAsBoolean();
}
public static Boolean getResult(Object obj) {