kaitai-struct-compiler

Compiler for generating binary data parsers from Kaitai Struct definitions

brewmacoslinux
Try with needOr install directly
Source

About

Compiler for generating binary data parsers

Commands

kaitai-struct-compiler

Examples

Compile a Kaitai Struct definition file to Java$ kaitai-struct-compiler -t java input.ksy
Compile to Python and specify output directory$ kaitai-struct-compiler -t python -d ./output input.ksy
List all supported target languages$ kaitai-struct-compiler --help