Sign inSign up

vadimbelous/apktool

By vadimbelous

Updated almost 2 years ago

A tool for reverse engineering Android APK files

Image
Security
0

300

vadimbelous/apktool repository overview

Usage

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

Tag summary

Content type

Image

Digest

sha256:dfa01b1aa

Size

347.1 MB

Last updated

almost 2 years ago

docker pull vadimbelous/apktool