Issues #266: Unsuccessfull try to improve deobfuscation

This commit is contained in:
Jindra Pet��k
2013-08-11 22:41:48 +02:00
parent 35e956b87f
commit 7eca256e3c
10 changed files with 121 additions and 24 deletions
@@ -1261,4 +1261,9 @@ public class Action implements GraphSourceItem {
}
return ret;
}
@Override
public boolean isDeobfuscatePop() {
return false;
}
}