identify_file_type
Identify file type by analyzing magic numbers or file signatures from hex or base64 encoded data.
Instructions
Identify file type based on magic numbers/file signatures
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Hex data or base64 data of file header | |
| format | Yes | Format of the input data |