Coder Social home page Coder Social logo

docker-apktool's Introduction

Docker Image for apktool

Based on OpenJDK 8 and Apktool 2.4.0, I have plans to keep this updated (you can contribute too)

System Requirements:

How to use:

for 99.99% of cases, you probably want to run the command once, and then remove the container.

To run it once use the following command (will take longer for the first time):

docker run --rm -v `pwd`:/app theanam/apktool d apk_file.apk

this should decompile the apk file apk_file.apk

Better way to use:

You might convert the above command to an alias. Open your .bashrc or .zshrc or any other shell configuration file, add the following at the very end:

alias apktool="docker run --rm -v `pwd`:/app theanam/apktool"

once you close and open a new terminal window once after that, you can use the tool from command line in a cleaner way as the command (apktool) will be available:

apktool d apk_file.apk

or you can use any other command line arguments mentioned in their official Site: https://ibotpeaches.github.io/Apktool/

Applications are properties of their respective owners.

Tools used:

  1. Docker (https://docker.io)
  2. apktool (https://ibotpeaches.github.io/Apktool/)
  3. openJDK Docker Image (https://hub.docker.com/_/openjdk/)

docker-apktool's People

Contributors

theanam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.