get_entropy
Calculate entropy across binary files or specific sections to identify packed or encrypted regions.
Instructions
Calculate entropy for the binary or specific sections to detect packed or encrypted regions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of bytes to analyze for entropy | |
| address | No | Start address for entropy calculation (hex) | |
| binary_path | Yes | Absolute path to the binary file |