Quote:
Originally Posted by sendersu
@Jasi2169
does your tool support obfuscated classes inside .dex?
under obfuscation I mean here to have dirs like aaa, aAA, aAa on the same level
dex2jar fails to write .jar in this case...
|
it will decompile the classes to smali which is java bytecode even the classes.dex is encrypted you can always decompile and compile classes.dex
all case sensitive can be decompiled properly but copy paste wont work because windows states the same file already exist i know a == A,but decompile and compile work fine
i use this tool for my patching stuff so i made it as per my requirements and i never had any problems all dexguard,zelix,jiagu,dprotecor,apkprotect can be decompiled the main thing behind is smali basmali by jesusfreke
i would suggest you to dont use dex2jar this is crap,just use jeb decompiler