apktool

APKTool is a tool that allows you to decompile and recompile APKs with Python.

MIT License

Stars
4

APKTool - Decompile and Recompile APK

APKTool is a tool that allows you to decompile and recompile APKs with support for Python. This tool helps in easy modification of Android applications, either for developers who want to understand the APK structure or for modification of existing applications.

Featured

  • Parses APKs into a more understandable format (Decompiled).
  • Recombine modified files into an APK (Recompiled)
  • Generate Keystore
  • Signed
  • Decimal & Smali Converter
  • Scrape text in all files automatically
  • User Friendly Interface

Required

Instalation

  • Dependency Installation
pip install -r requirements.txt
  • Run Program
python main.py

Have fun and Don't forget to leave a star :)