A tool for reverse engineering Android APK files
300
Decompile APK that's named test.apk
docker run --rm --name apktool-temp --platform=linux/amd64 -v $(pwd):/data/ -it vadimbelous/apktool d test.apk
Pack it back
docker run --rm --name apktool-temp --platform=linux/amd64 -v $(pwd):/data/ -it vadimbelous/apktool b test -o patched_test.apk
Content type
Image
Digest
sha256:dfa01b1aa…
Size
347.1 MB
Last updated
almost 2 years ago
docker pull vadimbelous/apktool