hash_binary
Compute cryptographic hashes (MD5, SHA1, SHA256, CRC32) for a binary file or a specific address range to verify integrity or identify content.
Instructions
Compute cryptographic hashes of the binary or a specific address range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of bytes to hash from address | |
| address | No | Start address for range hash (requires size) | |
| algorithm | No | Hash algorithm to use | sha256 |
| binary_path | Yes | Absolute path to the binary file |