APKEditor icon indicating copy to clipboard operation
APKEditor copied to clipboard

Protected dex but not confusing resources

Open nope-init opened this issue 7 months ago • 1 comments

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.

nope-init avatar Jul 28 '25 02:07 nope-init

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

REAndroid avatar Aug 17 '25 16:08 REAndroid