Skip to content

Automatically decompile APK's using Docker

License

Notifications You must be signed in to change notification settings

conorgil/apk2java

This branch is 3 commits ahead of duo-labs/apk2java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6949d91 · May 8, 2020

History

7 Commits
May 8, 2020
Feb 28, 2018
Feb 28, 2018
May 8, 2020

Repository files navigation

apk2java

duolabs/apk2java is a Docker image that lets you decompile an APK to Java in a single step.

This image is based on the cryptax/androidre image. We've removed tools we didn't need and adjusted the image to focus on only extracting resources and decompiling the APK.

Using the Container

apk2java expects a volume to be mounted at /apk. To use the image, simply change into the directory containing yourapk.apk and run docker run -v $(pwd):/apk duolabs/apk2java /apk/yourapk.apk.

If successful, you will see two directories created: "yourapk.apk.files" (the resources) and "yourapk.apk.src" (the decompiled Java source code).

About

Automatically decompile APK's using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.3%
  • Shell 44.7%