diff_parses
Parse two binary files with the same format and generate a structural diff to identify differences in their parsed structures.
Instructions
Parse two files with the same format and return a structural diff.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path_a | Yes | ||
| path_b | Yes | ||
| format_module | No | ||
| ksy_path | No |