Visit Website

Kaitai Struct is a declarative language used for describing various binary data structures laid out in files or in memory, such as binary file formats and network stream packet formats. The main idea is to describe a format once in Kaitai Struct language and then compile it into source files in supported programming languages, generating parsers that provide easy access to the data in a comprehensible API.

ALTERNATIVES