detect_packing
Detect packed or obfuscated executables by analyzing section entropy, import table anomalies, entry point location, and known packer signatures. Provides confidence score and indicator list.
Instructions
Analyse the loaded executable for signs of packing or obfuscation. Checks section entropy, section name anomalies, import table size, entry-point location, and known packer signatures. Returns a confidence score and list of indicators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Module name (default: main executable) |