@@ -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
8187Submitting New Packers / Compilers / Obfuscators
8288================================================
0 commit comments