Skip to content

Commit bbe324f

Browse files
committed
Update readmes
1 parent f0813c5 commit bbe324f

File tree

2 files changed

+30
-18
lines changed

2 files changed

+30
-18
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,33 @@ git clone https://github.com/rednaga/APKiD
4343
cd APKiD/
4444
docker build . -t rednaga:apkid
4545
docker/apkid.sh ~/reverse/targets/android/example/example.apk
46-
[+] APKiD 2.0.2 :: from RedNaga :: rednaga.io
46+
[+] APKiD 2.0.3 :: from RedNaga :: rednaga.io
4747
[*] example.apk!classes.dex
4848
|-> compiler : dx
4949
```
5050

5151
# Usage
5252

5353
```
54-
usage: apkid [-h] [-j] [-t TIMEOUT] [-o DIR] [-q] [FILE [FILE ...]]
54+
usage: apkid [-h] [-j] [-t TIMEOUT] [-o DIR] [-r] [--scan-depth SCAN_DEPTH]
55+
[--entry-max-scan-size ENTRY_MAX_SCAN_SIZE] [--typing {magic,filename,none}] [-v]
56+
[FILE [FILE ...]]
5557
56-
APKiD - Android Application Identifier v2.0.2
58+
APKiD - Android Application Identifier v2.0.3
5759
5860
positional arguments:
59-
FILE apk, dex, or directory
61+
FILE apk, dex, or directory
6062
6163
optional arguments:
62-
-h, --help show this help message and exit
63-
-j, --json output scan results in JSON format
64-
-t TIMEOUT, --timeout TIMEOUT Yara scan timeout (in seconds)
65-
-o DIR, --output-dir DIR write individual results to this directory (implies --json)
66-
-q, --quiet suppress extraneous output
64+
-h, --help show this help message and exit
65+
-j, --json output scan results in JSON format
66+
-t TIMEOUT, --timeout TIMEOUT Yara scan timeout (in seconds)
67+
-o DIR, --output-dir DIR write individual results here (implies --json)
68+
-r, --recursive recurse into subdirectories
69+
--scan-depth SCAN_DEPTH how deep to go when scanning nested zips
70+
--entry-max-scan-size ENTRY_MAX_SCAN_SIZE max zip entry size to scan in bytes, 0 = no limit
71+
--typing {magic,filename,none} method to decide which files to scan
72+
-v, --verbose log debug messages
6773
```
6874

6975
# Submitting New Packers / Compilers / Obfuscators

README.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here’s how to use Docker:
5555
cd APKiD/
5656
docker build . -t rednaga:apkid
5757
docker/apkid.sh ~/reverse/targets/android/example/example.apk
58-
[+] APKiD 2.0.2 :: from RedNaga :: rednaga.io
58+
[+] APKiD 2.0.3 :: from RedNaga :: rednaga.io
5959
[*] example.apk!classes.dex
6060
|-> compiler : dx
6161
@@ -64,19 +64,25 @@ Usage
6464

6565
::
6666

67-
usage: apkid [-h] [-j] [-t TIMEOUT] [-o DIR] [-q] [FILE [FILE ...]]
67+
usage: apkid [-h] [-j] [-t TIMEOUT] [-o DIR] [-r] [--scan-depth SCAN_DEPTH]
68+
[--entry-max-scan-size ENTRY_MAX_SCAN_SIZE] [--typing {magic,filename,none}] [-v]
69+
[FILE [FILE ...]]
6870

69-
APKiD - Android Application Identifier v2.0.2
71+
APKiD - Android Application Identifier v2.0.3
7072

7173
positional arguments:
72-
FILE apk, dex, or directory
74+
FILE apk, dex, or directory
7375

7476
optional arguments:
75-
-h, --help show this help message and exit
76-
-j, --json output scan results in JSON format
77-
-t TIMEOUT, --timeout TIMEOUT Yara scan timeout (in seconds)
78-
-o DIR, --output-dir DIR write individual results to this directory (implies --json)
79-
-q, --quiet suppress extraneous output
77+
-h, --help show this help message and exit
78+
-j, --json output scan results in JSON format
79+
-t TIMEOUT, --timeout TIMEOUT Yara scan timeout (in seconds)
80+
-o DIR, --output-dir DIR write individual results here (implies --json)
81+
-r, --recursive recurse into subdirectories
82+
--scan-depth SCAN_DEPTH how deep to go when scanning nested zips
83+
--entry-max-scan-size ENTRY_MAX_SCAN_SIZE max zip entry size to scan in bytes, 0 = no limit
84+
--typing {magic,filename,none} method to decide which files to scan
85+
-v, --verbose log debug messages
8086

8187
Submitting New Packers / Compilers / Obfuscators
8288
================================================

0 commit comments

Comments
 (0)