All Projects → tp7309 → Ttdedroid

tp7309 / Ttdedroid

Licence: apache-2.0
一键反编译工具(不需要手动安装Python) One key for quickly decompile apk/aar/dex/jar, support by jadx/dex2jar/enjarify.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ttdedroid

Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+1122.94%)
Mutual labels:  apktool, decompile
Apkmod
Apkmod can decompile, recompile, sign APK, and bind the payload with any legit APP
Stars: ✭ 235 (+7.8%)
Mutual labels:  apktool, decompile
Decompile Apk
🔥 Decompile APK(反编译APK)
Stars: ✭ 464 (+112.84%)
Mutual labels:  apktool, decompile
Apk Dependency Graph Plugin
Displays dependencies between classes as fancy graph.
Stars: ✭ 36 (-83.49%)
Mutual labels:  decompile
Tr2main
Tomb Raider II Injector Dynamic Library
Stars: ✭ 46 (-78.9%)
Mutual labels:  decompile
Standalone App
All-in-one Java reverse engineering tool
Stars: ✭ 149 (-31.65%)
Mutual labels:  decompile
Slicer
A tool to automate the boring process of APK recon
Stars: ✭ 199 (-8.72%)
Mutual labels:  apktool
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+332.11%)
Mutual labels:  decompile
Hackapk
An Advanced Tool For Complete Apk-Modding In Termux ...
Stars: ✭ 180 (-17.43%)
Mutual labels:  apktool
Apk Changer
Command line program for modifying apk files
Stars: ✭ 122 (-44.04%)
Mutual labels:  apktool
Apkcrack
A tool that make your apk debuggable for Charles/Fiddler in Android 7.0
Stars: ✭ 117 (-46.33%)
Mutual labels:  apktool
Felix Search Webconsole Plugin
Search Web Console Plugin for Apache Felix
Stars: ✭ 79 (-63.76%)
Mutual labels:  decompile
Apktool
A tool for reverse engineering Android apk files
Stars: ✭ 12,978 (+5853.21%)
Mutual labels:  apktool
Andtroj
A tool for integrating the Metasploit payload with Android's healthy programs and bypassing antivirus
Stars: ✭ 43 (-80.28%)
Mutual labels:  apktool
Holodec
Decompiler for x86 and x86-64 ELF binaries
Stars: ✭ 195 (-10.55%)
Mutual labels:  decompile
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 (-84.86%)
Mutual labels:  apktool
Ilspy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
Stars: ✭ 14,011 (+6327.06%)
Mutual labels:  decompile
Among Us Protocol
A writeup of the network protocol used in Among Us, a game by Innersloth.
Stars: ✭ 99 (-54.59%)
Mutual labels:  decompile
Miui Purify
个人兴趣项目存档,使用 apktool 魔改 MIUI ROM,去除 MIUI 系统新增的广告。
Stars: ✭ 100 (-54.13%)
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 (+710.09%)
Mutual labels:  apktool

TTDeDroid

Build Status Codacy Badge

README i18n: 中文说明

The tool for quickly decompile apk/aar/dex/jar, will be updated depending on the update of libs.

  • update at 2020-10-18

  • jadx=1.1.0

  • Storyyeller/enjarify(build by source)

  • dex2jar(build by source)

  • jdgui=1.6.6

  • apktool=2.4.1

Requirements

No need to install python environment.

Quick Start

Windows

  1. go to releases page to download file or download source code.
  2. add TTDedroid\bin directory absolute path to PATH system variable.
  3. then you can execute command for decompile *.apk/*.aar/*.dex/*.jar anywhere, GUI will be automatically opened.
showjar test.apk

Mac/Linux

run following commands:

git clone --depth=1 https://github.com/tp7309/TTDeDroid.git ~/Documents/TTDeDroid
chmod a+x ~/Documents/TTDeDroid/bin/showjar
showjardir='export PATH=$PATH:'$HOME/Documents/TTDeDroid/bin
# Mac
echo $showjardir >> ~/.bash_profile && source ~/.bash_profile
# Linux
echo $showjardir >> ~/.bashrc && source ~/.bashrc

then you can execute command for decompile *.apk/*.aar/*.dex/*.jar anywhere, GUI will be automatically opened.

showjar test.apk

Usage

usage: showjar.py [-h] [-o [OUTPUT]] [-r [RES]] [-e [ENGINE]] file

android decompile tool

positional arguments:
  file                  input file path, *.apk/*.aar/*.dex/*.jar

optional arguments:
  -h, --help            show this help message and exit
  -o [OUTPUT], --output [OUTPUT]
                        output directory, optional (default: None)
  -r [RES], --res [RES]
                        decode resources, 0:disable, 1:enable (default: 0)
  -e [ENGINE], --engine [ENGINE]
                        decompiler engine, [jadx, dex2jar, enjarify] (default:
                        jadx)
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].