find_crypto_constants
Detect cryptographic constants (AES S-boxes, CRC tables, RSA constants, SHA magic numbers) in a binary. Identify embedded crypto primitives to support reverse engineering and vulnerability analysis.
Instructions
Detect cryptographic constants (AES S-boxes, CRC tables, RSA constants, SHA magic numbers) in the binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | Yes | Absolute path to the binary file |