byte-level-serialization-validation - Validate binary file format encoding against hex dumps
Validates binary file format encoding by comparing generated binary output byte-for-byte against reference hex dumps.
Tags
Updated: 2026-09-16Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Define binary layout structures
- Implement binary packing functions
- Construct complete binary headers
- Parse reference hex dumps
- Compare binary output byte for byte
Inputs
- Binary format specification document
- Reference hex dump or binary file excerpt
- Index-to-offset mapping data
Outputs
- Validated binary-encoded header or file section
- Byte-for-byte comparison report
- Identified encoding errors
Requirements
- Python environment
- pymzML library
