APKEditor
APKEditor copied to clipboard
Protected dex but not confusing resources
I wish to protect the dex but not confuse the resource, is it possible?
I tried this command,
apkeditor p -dex-level 1 -confuse-zip false -i a.apk -o b.apk
But false is not recognized so how do I set it to false?
This isn't a bug report but more like a query.
Such feature not supported now. I don't believe this features benefits many and your only option right now is to use workaround like: Protect >> Zip extract dex files >> Build apk with protected dex but this hack also maynot be possible in future updates