file_compare
Compares two files byte-by-byte to identify differences, report offsets and values, and highlight potential steganographic modifications.
Instructions
Binary diff between two files. Compares files byte-by-byte and reports size comparison, first N differences with their offsets and values, percentage of identical bytes, and a summary of the changes. Useful for detecting steganographic modifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path_1 | Yes | First file path | |
| file_path_2 | Yes | Second file path |