@@ -3,23 +3,23 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
3
3
4
4
## Uses:
5
5
6
- 1 . Extracts the apk contents.
7
- 2 . Disassembles native libraries
8
- 3 . Extracts jar out of dex.
9
- 4 . Extracts source code in Java.
10
- 5 . Extracts source code in Smali.
11
- 6 . Recompile smali into APK
12
- 7 . Check for bytecode injection points.
13
- 8 . Analyzes permissions used by the application.
14
- 9 . Dumps the Manifest.
15
- 10 . Dumps the certificate details.
16
- 11 . Checks for malware footprints in VirusTotal database.
6
+ * Extracts the apk contents.
7
+ * Disassembles native libraries
8
+ * Extracts jar out of dex.
9
+ * Extracts source code in Java.
10
+ * Extracts source code in Smali.
11
+ * Recompiles smali into APK
12
+ * Checks for bytecode injection points.
13
+ * Analyzes permissions used by the application.
14
+ * Dumps the Manifest.
15
+ * Dumps the certificate details.
16
+ * Checks for malware footprints in VirusTotal database.
17
17
18
18
19
19
## Pre-requisites:
20
20
21
- 1 . Linux or MAC
22
- 2 . Java JDK
21
+ * Linux or MAC
22
+ * Java JDK
23
23
24
24
25
25
## Usage:
@@ -28,7 +28,7 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
28
28
2 . Place the application in the tool directory.
29
29
3 . Open a terminal and cd into the directory.
30
30
4 . Run ``` python installer.py ``` for installing the necessary tools.
31
- 5 . Use ``` python adhrit.py -h ```
31
+ 5 . Use ``` python adhrit.py -h ``` for usage help.
32
32
33
33
Example: ``` python adhrit.py -a my_app.apk ```
34
34
@@ -68,7 +68,7 @@ Example: ```python adhrit.py -a my_app.apk```
68
68
69
69
70
70
71
- ### Note:
71
+ #### Note:
72
72
73
73
1 . Filenames with two '.' may give an error. Please rename the apk in such cases.
74
74
For example, if your file name is ``` my.app.apk ``` , rename it to ``` myapp.apk ```
0 commit comments