Skip to content

foreza/apk-decompile-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

apk-decompile-bash

Automating something I do on a daily basis.

Takes in an APK as an argument, uses the 'apktool' tool to decompile the APK, then extract relevant files.

This then utilizes dex2jar on all generated .dex files so that something like the JD-GUI tiik can be used to review the APK contents.

Requirements:

Recommended:

  • JD-GUI (for viewing the generated .jar files)

OSX: For ease of usage, move this into /usr/local/bin with the provided setup.sh file. Windows: ??

To use:

  • Clone/Fork the repositiory
  • bash decompile.sh

TODOs (welcoming PRs):

  • Support this on windows
  • Make this cleaner

About

Automating something I do on a daily basis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages