identify_packer
Detect packers, obfuscators, and anti-debug/anti-VM techniques in APK files using APKiD YARA rules to identify the compiler or protection tool applied.
Instructions
Fingerprint the compiler, packer, obfuscator, and anti-debug/anti-VM techniques used in an APK, via APKiD's YARA rules. Requires apkid on PATH (pip install apkid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apkPath | Yes | Absolute path to the .apk (or .dex) file | |
| workspace | No | Workspace name (not id) - created automatically if it doesn't exist yet. Defaults to "default". | |
| timeoutSeconds | No | Per-file YARA scan timeout, default 30 |