core: use source file information for deobfuscation, fix code style issues

This commit is contained in:
Skylot
2015-03-08 17:37:24 +03:00
parent a532287ddf
commit 99d831c498
8 changed files with 152 additions and 79 deletions
@@ -57,7 +57,7 @@ public final class JadxCLIArgs implements IJadxArgs {
protected int deobfuscationMinLength = 2;
@Parameter(names = {"--deobf-max"}, description = "max length of name")
protected int deobfuscationMaxLength = 40;
protected int deobfuscationMaxLength = 64;
@Parameter(names = {"--deobf-rewrite-cfg"}, description = "force to save deobfuscation map")
protected boolean deobfuscationForceSave = false;