All Projects → theanam → docker-apktool

theanam / docker-apktool

Licence: other
Docker image for Latest Apktool 🛠

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-apktool

Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+2511.11%)
Mutual labels:  apktool
Apkcrack
A tool that make your apk debuggable for Charles/Fiddler in Android 7.0
Stars: ✭ 117 (+550%)
Mutual labels:  apktool
Slicer
A tool to automate the boring process of APK recon
Stars: ✭ 199 (+1005.56%)
Mutual labels:  apktool
Fakerandroid
A tool translate a apk file to stantard android project include so hook api and il2cpp c++ scaffolding when apk is a unity il2cpp game. Write code on a apk file elegantly.
Stars: ✭ 695 (+3761.11%)
Mutual labels:  apktool
Andtroj
A tool for integrating the Metasploit payload with Android's healthy programs and bypassing antivirus
Stars: ✭ 43 (+138.89%)
Mutual labels:  apktool
Backdoor Apk
backdoor-apk is a shell script that simplifies the process of adding a backdoor to any Android APK file. Users of this shell script should have working knowledge of Linux, Bash, Metasploit, Apktool, the Android SDK, smali, etc. This shell script is provided as-is without warranty of any kind and is intended for educational purposes only.
Stars: ✭ 1,766 (+9711.11%)
Mutual labels:  apktool
Obfuscapk
An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques
Stars: ✭ 456 (+2433.33%)
Mutual labels:  apktool
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+14711.11%)
Mutual labels:  apktool
Miui Purify
个人兴趣项目存档,使用 apktool 魔改 MIUI ROM,去除 MIUI 系统新增的广告。
Stars: ✭ 100 (+455.56%)
Mutual labels:  apktool
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (+900%)
Mutual labels:  apktool
Apktoolplus
ApkToolPlus 是一个 apk 逆向分析工具(a apk analysis tools)。
Stars: ✭ 718 (+3888.89%)
Mutual labels:  apktool
Deapk
DeAPK is an open-source, online APK decompiler which lets you upload an APK and then decompile it to Smali or Java sources. It is built using Laravel, Vue.js, Bootstrap, FontAwesome, Pusher, Redis, MySQL, apktool, jadx and hosted atop Oracle cloud platform.
Stars: ✭ 33 (+83.33%)
Mutual labels:  apktool
Apktool
A tool for reverse engineering Android apk files
Stars: ✭ 12,978 (+72000%)
Mutual labels:  apktool
Diggy
Extract endpoints from apk files.
Stars: ✭ 654 (+3533.33%)
Mutual labels:  apktool
Android Security
Android Security Resources.
Stars: ✭ 207 (+1050%)
Mutual labels:  apktool
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+2477.78%)
Mutual labels:  apktool
Apk Changer
Command line program for modifying apk files
Stars: ✭ 122 (+577.78%)
Mutual labels:  apktool
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+1205.56%)
Mutual labels:  apktool
Ttdedroid
一键反编译工具(不需要手动安装Python) One key for quickly decompile apk/aar/dex/jar, support by jadx/dex2jar/enjarify.
Stars: ✭ 218 (+1111.11%)
Mutual labels:  apktool
Apkstudio
Open-source, cross platform Qt based IDE for reverse-engineering Android application packages.
Stars: ✭ 2,246 (+12377.78%)
Mutual labels:  apktool

Docker Image for apktool

Based on OpenJDK 8 and Apktool 2.4.0, I have plans to keep this updated (you can contribute too)

System Requirements:

How to use:

for 99.99% of cases, you probably want to run the command once, and then remove the container.

To run it once use the following command (will take longer for the first time):

docker run --rm -v `pwd`:/app theanam/apktool d apk_file.apk

this should decompile the apk file apk_file.apk

Better way to use:

You might convert the above command to an alias. Open your .bashrc or .zshrc or any other shell configuration file, add the following at the very end:

alias apktool="docker run --rm -v `pwd`:/app theanam/apktool"

once you close and open a new terminal window once after that, you can use the tool from command line in a cleaner way as the command (apktool) will be available:

apktool d apk_file.apk

or you can use any other command line arguments mentioned in their official Site: https://ibotpeaches.github.io/Apktool/

Applications are properties of their respective owners.

Tools used:

  1. Docker (https://docker.io)
  2. apktool (https://ibotpeaches.github.io/Apktool/)
  3. openJDK Docker Image (https://hub.docker.com/_/openjdk/)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].