https://github.com/fitri-hy/apktool
APKTool is a tool that allows you to decompile and recompile APKs with Python.
https://github.com/fitri-hy/apktool
apk apktool decomple decomple-apk python recomple recomple-apk tools
Last synced: about 1 year ago
JSON representation
APKTool is a tool that allows you to decompile and recompile APKs with Python.
- Host: GitHub
- URL: https://github.com/fitri-hy/apktool
- Owner: fitri-hy
- License: mit
- Created: 2024-07-06T04:11:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T00:49:20.000Z (over 1 year ago)
- Last Synced: 2025-03-24T10:12:05.842Z (about 1 year ago)
- Topics: apk, apktool, decomple, decomple-apk, python, recomple, recomple-apk, tools
- Language: Python
- Homepage:
- Size: 21.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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
- **Java**: [JDK](https://www.oracle.com/java/technologies/downloads/) Latest
- **Python**: [Python](https://www.python.org/downloads/) 3.12.x
## Instalation
- Dependency Installation
```
pip install -r requirements.txt
```
- Run Program
```
python main.py
```
Have fun and Don't forget to leave a star :)