Skip to content

JasonMalik/aru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

Android Reverse Utility is a tool that allows you to decompile and rebuild apk. The program is pretty straightforward and it's made in order to speed up the apk decompile / rebuild process.

ARU it's based on:

Installation

git clone https://github.com/JasonMalik/aru.git
cd aru
./aru -h

All configs are located in the file config.json. All the dependencies required by the program (except for java-sdk) are located inside the tools directory, however you can alway re download them using:

./install

If you prefer to use your dependencies you just need to point their location in the config.json.

Usage

usage: aru [-h] (-d DECOMPILE | -b BUILD | -x DEX) [-o OUTPUT] [-v]

Android Reverse Utility

optional arguments:
  -h, --help            show this help message and exit
  -d DECOMPILE, --decompile DECOMPILE
                        Decompile apk
  -b BUILD, --build BUILD
                        Build a source folder into apk
  -x DEX, --dex DEX     Extract all dex
  -o OUTPUT, --output OUTPUT
                        Output filename
  -v, --verbose         Output additional information during the process

About

Android Reverse Utility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published