Andromeda. A tool that takes apart Android apps to see how they work inside.

github.com/secrary/Andromeda

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

March 2020
  • remove vscode folder
  • Merge pull request #5 from bitterbit/master
  • VSCode build task now uses makefile
  • Added support for linux alongside macos in makefile
  • Added makefile, compiles on macos catalina
December 2019
  • typo fix
October 2019
  • find emails in strings
  • get hashes (SHA-1) for lib files
  • add several new commands
  • print permissions requested by the APK file
  • lang command support
September 2019
  • Update README.md
  • search in class and method names
  • adding strings support
  • update readme
  • dump lib files
  • command to print all classses from APK and update README
  • Merge pull request #1 from Disane/master
  • Reverted .gitignore changes
  • Fixed some warnings, added some instructions on how to compile and run