Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 elixir golang python recomple recomple-apk tools

Last synced: 2 days ago
JSON representation

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

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