Should have DEX file obfuscation also
Closed this issue · 1 comments
nighthawkk commented
DEX file obfuscation feature request
It must have a way to obfuscate only DEX file instead of whole apk, i.e; Input will be a DEX file instead of APK.
For Disassembling/Assembling DEX into smali and vice-versa can be done with: baksmali/smali jar files.
ClaudiuGeorgiu commented
Hi, the purpose of Obfuscapk is to obfuscate the whole application, so I don't think we will add an option to obfuscate only the dex file(s). Currently the dex files are already obfuscated when using obfuscators belonging to Code
category, so if you need only the dex files you can extract them from the final apk.