set default deobfuscation min length to 3 (#332)
This commit is contained in:
@@ -64,7 +64,7 @@ public class JadxCLIArgs {
|
||||
protected boolean deobfuscationOn = false;
|
||||
|
||||
@Parameter(names = {"--deobf-min"}, description = "min length of name, renamed if shorter")
|
||||
protected int deobfuscationMinLength = 4;
|
||||
protected int deobfuscationMinLength = 3;
|
||||
|
||||
@Parameter(names = {"--deobf-max"}, description = "max length of name, renamed if longer")
|
||||
protected int deobfuscationMaxLength = 64;
|
||||
|
||||
Reference in New Issue
Block a user