dockerfiles/apk-decompiler
drymer 93ef5b3a21
Fix stuff
2020-08-11 23:42:51 +02:00
..
Dockerfile Fix stuff 2020-08-11 23:42:51 +02:00
README.md apk-decompiler initial commit 2016-06-05 11:55:18 +02:00
automatic-decompile Fix stuff 2020-08-11 23:42:51 +02:00
build.gradle.patch apk-decompiler initial commit 2016-06-05 11:55:18 +02:00
decompiler apk-decompiler initial commit 2016-06-05 11:55:18 +02:00

README.md

Building Instructions

docker build -t apk-decompiler .

Run with…

docker -t -i apk-decompiler

Start ssh server

service ssh start

See docker's ip

ifconfig eth0

Send the apk to the docker container

scp one.apk tmp@$IP:/home/tmp/

Decompile the apk

cd /home/tmp/
automatic-decompile one.apk

Go to /root/src

cd /root/src

Profit.