Description
Inspect and edit binary streams field by field from Python. It helps forensic tools, file-format analyzers, and debugging workflows understand structured binary data without treating it as opaque bytes.
This is low-level binary tooling. Editing unknown binary data can corrupt files, and analysis should be limited to data you are allowed to inspect; keep originals before writing changes.