File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,35 @@ A ruby gem to view android apk as java code in GUI
33
44Before starting the process it checks wether the env is setup or not.
55If not it downloads the required tools and continues with the process.
6+
7+ ## Installation
8+
9+ ``` gem install apkToJava ```
10+
11+ ## Usage
12+
13+ Below command will install the required tools for ``` apkToJava ``` to work
14+
15+ ``` apkToJava setup ```
16+
17+ Below command will process the apk file and open the code in jadx gui
18+
19+ ``` apkToJava path/to/apk/file.apk ```
20+
21+ ## Supported Operatiing Systems
22+ - Mac
23+ - Linux
24+
25+ ## Todo
26+ Add Windows support
27+
28+ ## Want to contribute?
29+ Fork it ( http://github.com/ajitsing/apkToJava )
30+
31+ Create your feature branch
32+
33+ add feature
34+
35+ Push to the branch
36+
37+ Create new Pull Request
You can’t perform that action at this time.
0 commit comments