All Projects → jareddantis → Simple Deodexer

jareddantis / Simple Deodexer

A simple Android application deodexer for Linux & macOS

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Simple Deodexer

Ahmyth Android Rat
Android Remote Administration Tool
Stars: ✭ 3,003 (+18668.75%)
Mutual labels:  smali
Intellij Java2smali
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
Stars: ✭ 384 (+2300%)
Mutual labels:  smali
L3mon
L3MON - Remote Android Managment Suite
Stars: ✭ 527 (+3193.75%)
Mutual labels:  smali
dalvikgate
Lightweight dex / odex / apk to jar converter
Stars: ✭ 32 (+100%)
Mutual labels:  smali
Smalisca
Static Code Analysis for Smali files
Stars: ✭ 284 (+1675%)
Mutual labels:  smali
Reverseapk
Quickly analyze and reverse engineer Android packages
Stars: ✭ 419 (+2518.75%)
Mutual labels:  smali
Android Crack Tool
🐞Android crack tool For Mac
Stars: ✭ 2,666 (+16562.5%)
Mutual labels:  smali
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 (+4243.75%)
Mutual labels:  smali
Xploitspy
XploitSPY is an Android Monitoring Tool
Stars: ✭ 372 (+2225%)
Mutual labels:  smali
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+3100%)
Mutual labels:  smali
reverse android
安卓从开发到逆向
Stars: ✭ 65 (+306.25%)
Mutual labels:  smali
Deejayeye Modder
Stars: ✭ 284 (+1675%)
Mutual labels:  smali
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 (+2750%)
Mutual labels:  smali
dex2jar
Tools to work with android .dex and java .class files
Stars: ✭ 102 (+537.5%)
Mutual labels:  smali
Kwetza
Python script to inject existing Android applications with a Meterpreter payload.
Stars: ✭ 534 (+3237.5%)
Mutual labels:  smali
Smali2java
Recreate Java code from Smali
Stars: ✭ 232 (+1350%)
Mutual labels:  smali
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (+2393.75%)
Mutual labels:  smali
Dtfmods Core
Core content for Android device testing
Stars: ✭ 5 (-68.75%)
Mutual labels:  smali
Apk Dependency Graph
Android class dependency visualizer. This tool helps to visualize the current state of the project.
Stars: ✭ 675 (+4118.75%)
Mutual labels:  smali
Apklab
Android Reverse-Engineering Workbench for VS Code
Stars: ✭ 470 (+2837.5%)
Mutual labels:  smali

simple-deodexer

A simple Android application deodexer for Linux & macOS.

Includes

  • zipalign binaries for Linux and macOS (from android build-tools 27.0.2)
  • baksmali/smali 2.2.2
  • oat2dex 0.88

Usage

$ chmod a+x ./deodex.sh
$ ./deodex.sh -h
  Usage: ./deodex.sh <options>
         e.g. "./deodex.sh -l 19"
  ---------------------------------------------------
  Options:
      -d <dir>   Use <dir> as base directory instead of triage/
      -f <dir>   Only deodex apps in triage/<dir>.
      -g         Display API level list
      -h         Display this help message
      -l <num>   Use API level <num>. REQUIRED!
      -z         Only zipalign apps and exit

Supported Android versions

Android 8.0 and below are currently supported. (7.1.x and below have been tested.)

To check the currently supported versions:

$ ./deodex -g
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].