Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 897 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 897 Bytes

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