skylot
skylot
@bagipro cause of this issue is that method `deliverResult(Object)` is removed as a synthetic bridge method. To fix such cases proper methods replace must be implemented.
It is a bug. Actually, this feature implementation not completed yet. And I am not sure how to correctly fix that. I want to move this exclude list to the...
> I guess we exclude packages, not classes. No. We exclude classes > I guess the only way to have CLI handles it, is to have an --excluded flag, and...
@ihbing this feature is a part of the deobfuscation step now. To enable: switch on deobfuscation and make sure `Use source file name as class name alias` option is enabled....
@Horaddrim sure, this is a nice feature and you can implement it if you want :+1: For start you can look at [RenameVisitor](https://github.com/skylot/jadx/blob/c555cd082552c04dbf48e6b62820618c4594df8d/jadx-core/src/main/java/jadx/core/dex/visitors/RenameVisitor.java#L28) and [Deobfuscator](https://github.com/skylot/jadx/blob/c555cd082552c04dbf48e6b62820618c4594df8d/jadx-core/src/main/java/jadx/core/deobf/Deobfuscator.java#L33) classes and make similar parser...
@jpstotz I collect some info about Proguard mapping file: - [Mapping specs and description](https://www.guardsquare.com/en/products/proguard/manual/retrace#Mapping) (scroll to Mapping section) - [Source code](https://github.com/Guardsquare/proguard/blob/d0e823085ac9a17cb01fa263f15c275c22849edb/base/src/proguard/obfuscate/MappingReader.java#L32) from Proguard for parsing mapping file - Sample app...
> obfuscated classes got moved to the default package, and there is no way to undo that with a jobf file @nift4 thanks for bringing up this issue! That should...
@yotamN `mapping.json` supposed to be just index for quick search of needed class/method and next go to class specific json file for additional info like access flags and code. I...
@sraboy good idea! I don't like numbers too! And easy to implement :+1:
@bagipro Last time (in #1000) cause was memory usage bar, so try to disable it. Also, I can suggest updating java to the latest version (17).