Skip to content

Commit

Permalink
pr219
Browse files Browse the repository at this point in the history
  • Loading branch information
geilige committed Mar 20, 2021
1 parent 5af69b5 commit 09e4ab0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# dex2jar

# Downloads
**To download latest builds, head to the [Releases](https://github.com/geilige/dex2jar/releases).**

Expand All @@ -13,7 +15,7 @@
| gc | https://code.google.com/p/dex2jar | [old](http://code.google.com/p/dex2jar/w/list) | [old](http://code.google.com/p/dex2jar/downloads/list) | [old](http://code.google.com/p/dex2jar/issues/list)|


#dex2jar [![Build Status](https://travis-ci.org/pxb1988/dex2jar.svg?branch=2.x)](https://travis-ci.org/pxb1988/dex2jar)
[![Build Status](https://travis-ci.org/pxb1988/dex2jar.svg?branch=2.x)](https://travis-ci.org/pxb1988/dex2jar)
Tools to work with android .dex and java .class files

1. dex-reader/writer:
Expand All @@ -27,6 +29,13 @@ Tools to work with android .dex and java .class files

## Usage

1. In the root directory run: ./gradlew distZip
2. cd dex-tools/build/distributions
3. Unzip the file dex-tools-2.1-SNAPSHOT.zip (file size should be ~5 MB)
4. Run d2j-dex2jar.sh from the unzipped directory

### Example usage:

> sh d2j-dex2jar.sh -f ~/path/to/apk_to_decompile.apk
And the output file will be `apk_to_decompile-dex2jar.jar`.
Expand Down

0 comments on commit 09e4ab0

Please sign in to comment.