Categories: None [Edit]

kaitai-struct-visualizer

https://rubygems.org/gems/kaitai-struct-visualizer
https://github.com/kaitai-io/kaitai_struct_visualizer
Kaitai Struct is a declarative language used for describe various binary data structures, laid out in files or in memory: i.e. binary file formats, network stream packet formats, etc. The main idea is that a particular format is described in Kaitai Struct language (.ksy file) and then can be compiled with ksc into source files in one of the supported programming languages. These modules will include a generated code for a parser that can read described data structure from a file / stream and give access to it in a nice, easy-to-comprehend API. This package is a visualizer tool for .ksy files. Given a particular binary file and .ksy file(s) that describe its format, it can visualize internal data structures in a tree form and a multi-level highlight hex viewer.

Total

Ranking: 53,504 of 189,933
Downloads: 20,738

Daily

Ranking: 47,300 of 189,920
Downloads: 7

Depended by

RankDownloadsName

Depends on

RankDownloadsName
71,287,743,226activesupport
33851,123,590builder
296163,244,849benchmark
30,73543,652kaitai-struct

Owners

#GravatarHandle
1iconGreyCat
2icongeneralmimon