> cat /dev/github | grep security-tools
discovered 03 Aug 2026

kaitai_struct_visualizer

via awesome-list
→ View on GitHub
Kaitai Struct Visualizer is a console-based tool that provides an interactive GUI for visualizing binary data structures defined using the Kaitai Struct language. Its primary use case is to parse and display these structures from binary files or streams, enabling users to easily understand the data layout. Notable features include the ability to dump parsed data in formats such as JSON, XML, or YAML, and the option to run the tool via a Docker container for seamless deployment.