Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thez3ro committed Feb 12, 2015
1 parent 9615bb6 commit 3503ed6
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,29 @@ This project is a porting for Linux/*nix of https://github.com/rajivvishwa/apk2j

Introduction
--------------------
This batch file decompiles an apk to its corresponding java sources. Security code review can be done on theses generated applicaion source files so as to identify any potential vulnerabilities present.
This script decompiles an apk to its corresponding java sources. Security code review can be done on theses generated applicaion source files so as to identify any potential vulnerabilities present.
This is not made to encourage piracy/plagiarism.

*** This script just automates the sequence in which various tools are initiated and does not handle any error events. You will have to go through the cmd verbose to figure out the problem. ***

Install
--------------------
Just execute the install.sh file from a ROOT terminal

# ./install.sh

For uninstall the script type in a ROOT terminal:

# ./uninstall.sh

or

# /opt/apk2java/uninstall.sh

Usage
--------------------
$ apk2java [smali] <file>.apk
```
Usage: apk2java.py action file [options]
Note: The smali option is optional
Options:
-h, --help show this help message and exit
--java select java source format [DEFAULT]
--smali select smali source format
--jasmin select jasmin source format
--no-source no source code generation
```

Requirements
--------------------
JRE 1.6 (Java Runtime Environment)
JRE 1.7 (Java Runtime Environment)
Python 3


Tools used
--------------------
Expand Down

0 comments on commit 3503ed6

Please sign in to comment.