Skip to content

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

License

Notifications You must be signed in to change notification settings

fitri-hy/apktool

Repository files navigation

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 :)

Releases

No releases published

Packages

No packages published