Description
Provides the Python runtime used by parsers generated with Kaitai Struct. It helps applications read structured binary formats from files, firmware images, network captures, or custom data formats.
Binary parsers should treat unknown input carefully. Malformed files can expose parser bugs or cause large memory use if format limits are not checked.