Giter Club home page Giter Club logo

docker-dedroid's Introduction

DeDroid

Docker image to easily decompile (and recompile) Android APKs

This image contains the following tools:

Usage

Start the shell inside the container, mapping the APK directory to /work

docker run --rm -v PATH_TO_APK_DIR:/work -ti fopina/dedroid sh

All the tools are in the PATH (in /dedroid directory), so you just go ahead and do apktool d APK or d2j-dex2jar.sh APK

There's also an helper script:

$ docker run --rm fopina/dedroid helper > /usr/local/bin/dedroid
$ chmod a+x /usr/local/bin/dedroid
$ dedroid
Usage: dedroid d APK_FILE OUTPUT_DIR
       dedroid b INPUT_DIR APK_FILE
       dedroid j APK_FILE JAR_FILE

"d" will unpack the APK to OUTPUT_DIR and decode .dex to smali
"b" will rebuild APK from INPUT_DIR, zipalign it and sign it with new self-signed certificate
"j" will run dex2jar on APK_FILE

$ dedroid d some.test.apk tempdir
.... make changes in the smali files inside tempdir .....
$ dedroid b tempdir new.some.test.apk
.... ready to be installed in device/emulator!

docker-dedroid's People

Contributors

fopina avatar

Stargazers

施国鹏 avatar Jack Butler avatar Aleksandr avatar Viktor Oreshkin avatar Sean Boult avatar GangHeok Kim avatar

Watchers

 avatar James Cloos avatar Jack Butler avatar  avatar

Forkers

fattredd

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.