list_resources
Extract PE resources from a binary: icons, manifests, version info, and embedded data, enabling quick inspection of embedded artifacts.
Instructions
List PE resources (icons, manifests, version info, embedded data) from the binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| binary_path | Yes | Absolute path to the binary file |