All Projects → TheYahya → android-decompile

TheYahya / android-decompile

Licence: MIT license
📱 Decompile android apps with a single command

Programming Languages

shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to android-decompile

Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+2629.41%)
Mutual labels:  apk, decompile
react-native-decompiler
Decompile React Native Android/IOS Bundle.
Stars: ✭ 78 (+358.82%)
Mutual labels:  apk, decompile
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+2364.71%)
Mutual labels:  apk, decompile
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+3870.59%)
Mutual labels:  apk, decompile
Onekey Decompile Apk
一步到位反编译apk工具(onekey decompile apk)
Stars: ✭ 746 (+4288.24%)
Mutual labels:  apk, decompile
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+15582.35%)
Mutual labels:  apk, decompile
Apk Dependency Graph Plugin
Displays dependencies between classes as fancy graph.
Stars: ✭ 36 (+111.76%)
Mutual labels:  apk, decompile
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+1282.35%)
Mutual labels:  apk, decompile
Pixel-Wallpaper-app
An app full of Constantly updating Google Pixel wallpapers
Stars: ✭ 120 (+605.88%)
Mutual labels:  apk
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (+88.24%)
Mutual labels:  apk
myplanet
🌕 myPlanet android app reads data from 🌎 for offline use as well as it collect usage data and sends them back to the Planet.
Stars: ✭ 17 (+0%)
Mutual labels:  apk
urbit-docker
No description or website provided.
Stars: ✭ 16 (-5.88%)
Mutual labels:  apk
Oculess
Removes account requirements and telemetry from Oculus Quest devices
Stars: ✭ 1,551 (+9023.53%)
Mutual labels:  apk
Vehicle-Security-Toolkit
汽车/安卓/固件/代码安全测试工具集
Stars: ✭ 367 (+2058.82%)
Mutual labels:  apk
Reverse-Engineering
Tools I have Reverse Engineered !!
Stars: ✭ 46 (+170.59%)
Mutual labels:  decompile
APK-Installer
An Android Application Installer for Windows
Stars: ✭ 1,076 (+6229.41%)
Mutual labels:  apk
AndroidFuzz
JavaFuzz 4 Android
Stars: ✭ 27 (+58.82%)
Mutual labels:  apk
coin-map-android
Easily find places to spend sats anywhere on the planet
Stars: ✭ 23 (+35.29%)
Mutual labels:  apk
eBPF-for-Ghidra
eBPF Processor for Ghidra
Stars: ✭ 157 (+823.53%)
Mutual labels:  decompile
appstore
📲 Android application which downloads, installs and updates APK files stored on the elimu.ai platform.
Stars: ✭ 16 (-5.88%)
Mutual labels:  apk

Android decompiler!

A simple bash script to decompile android apps.

Installation

Clone it:

$ git clone https://github.com/TheYahya/android-decompile.git

Change current directory to the android-decompile. Yes! It's a part of installation :)

$ cd android-decompile

Install dependencies: Only if you haven't java on your machine! which is impossible if you're android developer :) But if you haven't, It will do with the openjdk, Which on ubuntu would be like this:

$ apt-get install openjdk-9-jre

And make decompile.sh executable:

$ chmod +x decompile.sh 

Congratulation, It's done.

Usage

Copy all your apk files into apk/ dir, then just run the decompile.sh:

$ ./decompile.sh

and check out the result/ dir.

License

MIT License

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].