Skip to content

Android reverse engineering and analysis setup for Docker

Notifications You must be signed in to change notification settings

Dbof/docker-android-re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-android-re

Android reverse engineering and analysis setup for Docker. Refer to this blog post for more.

The package contains the actual Dockerfile, a build script for building the image and a "decompile" script that is included in the image. To start the container, you can run:

docker run -it --name android-re --rm -v "$PWD":/work dbof/android-re

Note that this mounts the current directory into the image. If you don't want this, remove the "-v ..." flag.

About

Android reverse engineering and analysis setup for Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published