Decomplle android APK with APkTool for analysis (-a) not working? #3408
-
On homepage you list Not interested in rebuilding? Just attach -a to any command. Apktool will do its best to rip apart the resources and manifest for easy inspection. However -a argument is not listed when i apktool --help and using -a option does not work, apktool.bat d myfile.apk -a getting error Missing argument for option -a |
Beta Was this translation helpful? Give feedback.
Answered by
iBotPeaches
Oct 22, 2023
Replies: 1 comment 2 replies
-
Looks like I butchered the docs - that mode (analysis-mode) is Pushed update to docs - 4f2e953 Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
iBotPeaches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like I butchered the docs - that mode (analysis-mode) is
-m / --match-original
.Pushed update to docs - 4f2e953
Thanks