fix(deobf): don't rename unresolved or classpath overridden methods
Change details: - use common code for process override methods in deobfuscator (move OverrideMethodVisitor to pre-decompile stage) - add all public methods to jadx class set to allow search of override base method - add don't rename flag if override hierarchy have unresolved methods
This commit is contained in:
@@ -60,7 +60,7 @@ public class ConvertToClsSet {
|
||||
set.loadFrom(root);
|
||||
set.save(output);
|
||||
|
||||
LOG.info("Output: {}, file size: {}B", output, output.toFile().length());
|
||||
LOG.info("Output: {}", output);
|
||||
LOG.info("done");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user