All Projects → Lexiie → Termux Apktool

Lexiie / Termux Apktool

Decompile and Recompile android aplication use termux without openjdk installed

Projects that are alternatives of or similar to Termux Apktool

Rebel Framework
Advanced and easy to use penetration testing framework 💣🔎
Stars: ✭ 183 (+245.28%)
Mutual labels:  decompiler, reverse-engineering
Rellic
Rellic produces goto-free C output from LLVM bitcode
Stars: ✭ 234 (+341.51%)
Mutual labels:  decompiler, reverse-engineering
Lucid
An Interactive Hex-Rays Microcode Explorer
Stars: ✭ 188 (+254.72%)
Mutual labels:  decompiler, reverse-engineering
Jremapper
Remapping tool for compiled java programs.
Stars: ✭ 97 (+83.02%)
Mutual labels:  decompiler, reverse-engineering
Boomerang
Boomerang Decompiler - Fighting the code-rot :)
Stars: ✭ 265 (+400%)
Mutual labels:  decompiler, reverse-engineering
Fernflower
Unofficial mirror of FernFlower Java decompiler (All pulls should be submitted upstream)
Stars: ✭ 2,380 (+4390.57%)
Mutual labels:  decompiler, reverse-engineering
Hexraystoolbox
Hexrays Toolbox - Find code patterns within the Hexrays AST
Stars: ✭ 202 (+281.13%)
Mutual labels:  decompiler, reverse-engineering
Despector
Java / Kotlin Decompiler and AST Library
Stars: ✭ 126 (+137.74%)
Mutual labels:  decompiler, reverse-engineering
Protodec
Protobuf decompiler
Stars: ✭ 37 (-30.19%)
Mutual labels:  decompiler, reverse-engineering
Dnpatch
.NET Patcher library using dnlib
Stars: ✭ 249 (+369.81%)
Mutual labels:  decompiler, reverse-engineering
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (+266.04%)
Mutual labels:  decompiler, reverse-engineering
Pbtk
A toolset for reverse engineering and fuzzing Protobuf-based apps
Stars: ✭ 791 (+1392.45%)
Mutual labels:  decompiler, reverse-engineering
Recaf
The modern Java bytecode editor
Stars: ✭ 3,374 (+6266.04%)
Mutual labels:  decompiler, reverse-engineering
Decomp
Components of a decompilation pipeline.
Stars: ✭ 343 (+547.17%)
Mutual labels:  decompiler, reverse-engineering
Reko
Reko is a binary decompiler.
Stars: ✭ 942 (+1677.36%)
Mutual labels:  decompiler, reverse-engineering
Php Spx
A simple & straight-to-the-point PHP profiling extension with its built-in web UI
Stars: ✭ 972 (+1733.96%)
Mutual labels:  reverse-engineering
Ex4 to mq4 cli
Unofficial CLI support for ex4_to_mq4 decompiler. Note: This is the wrapper, not decompiler!
Stars: ✭ 42 (-20.75%)
Mutual labels:  decompiler
Baresifter
A bare-metal x86 instruction set fuzzer a la Sandsifter
Stars: ✭ 33 (-37.74%)
Mutual labels:  reverse-engineering
Peasauce
Peasauce Interactive Disassembler
Stars: ✭ 33 (-37.74%)
Mutual labels:  reverse-engineering
Pjorion Deobfuscator
A deobfuscator for PjOrion, python cfg generator and more
Stars: ✭ 48 (-9.43%)
Mutual labels:  reverse-engineering

Termux-Apktool

The original file https://github.com/iBotPeaches/Apktool

Install

git clone https://github.com/Lexiie/Termux-Apktool
cd Termux-Apktool
dpkg -i apktool_2.3.4_all.deb

Decompile

apktool d yourapk 

Recompile

apktool b yourfolder/ --output out.apk

Sign use apksigner

pkg install apksigner
apksigner -p yourpassword keystore yourapk newapkname
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].