Reference: https://github.com/iBotPeaches/Apktool
It is a tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications; it makes possible to debug smali code step by step. Also it makes working with app easier because of project-like files structure and automation of some repetitive tasks like building apk, etc.
It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms and other GOOD purposes. Just try to be fair with authors of an app, that you use and probably like.
Here is the command to decompile an apk:
docker run -it --rm -v <apk_src_dir>:<apk_container_dir> secsi/apktool d <apk_file> -o <apk_container_dir>
Hello, friend. This Docker Image has been created by RAUDI. What is RAUDI?
RAUDI (Regularly and Automatically Updated Docker Images) automatically generates and keep updated a series of Docker Images through GitHub Actions for tools that are not provided by the developers.
RAUDI is what will save you from creating and managing a lot of Docker Images manually. Every time a software is updated you need to update the Docker Image if you want to use the latest features, the dependencies are not working anymore.
This is messy and time-consuming.
Don't worry anymore, we got you covered.
If you want to contribute, give us a star or take a quick look at the source code of RAUDI click here.
Content type
Image
Digest
sha256:132f87945…
Size
172.5 MB
Last updated
2 months ago
docker pull secsi/apktool