file_identify
Identifies file type by reading magic bytes in the file header, matching against known signatures, and flagging extension mismatches.
Instructions
File type identification via magic bytes. Reads the file header and matches against a comprehensive database of known file signatures. Also checks for extension vs actual type mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to file |