parse_with_format
Parse binary files using a precompiled Kaitai Struct module or compile a .ksy file on the fly for custom format analysis.
Instructions
Parse a binary using either a precompiled module or a fresh .ksy.
Args: path: file to parse format_module: precompiled module (e.g. "kaitaistruct.gif") ksy_path: path to a .ksy file (will be compiled on the fly)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| format_module | No | ||
| ksy_path | No |