Skip to content

Instantly share code, notes, and snippets.

@wichopy
Created February 9, 2020 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wichopy/8cdc1ec52ac51c6242934f9c3c82139e to your computer and use it in GitHub Desktop.
Save wichopy/8cdc1ec52ac51c6242934f9c3c82139e to your computer and use it in GitHub Desktop.
How to decompile an APK file.
  1. Install docker
  2. docker pull opensecurity/mobile-security-framework-mobsf
  3. docker run -it -p 8000:8000 opensecurity/mobile-security-framework-mobsf:latest
  4. Go to localhost:8000 in the browser
  5. Drag and drop an APK file.
  6. View the code!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment