Skip to content

Commit ac42a72

Browse files
committed
updates
1 parent cdf5e1b commit ac42a72

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
33

44
## Uses:
55

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.
1717

1818

1919
## Pre-requisites:
2020

21-
1. Linux or MAC
22-
2. Java JDK
21+
* Linux or MAC
22+
* Java JDK
2323

2424

2525
## Usage:
@@ -28,7 +28,7 @@ Adhrit is an open source Android APK ripping tool that does a basic recon on the
2828
2. Place the application in the tool directory.
2929
3. Open a terminal and cd into the directory.
3030
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.
3232

3333
Example: ```python adhrit.py -a my_app.apk```
3434

@@ -68,7 +68,7 @@ Example: ```python adhrit.py -a my_app.apk```
6868

6969

7070

71-
### Note:
71+
#### Note:
7272

7373
1. Filenames with two '.' may give an error. Please rename the apk in such cases.
7474
For example, if your file name is ```my.app.apk```, rename it to ```myapp.apk```

0 commit comments

Comments
 (0)