Skip to content

Conversation

kendallgoto
Copy link
Contributor

Kaitai Struct is a declarative language that defines the organization of binary data in a language-agnostic definition that can then be natively compiled to language-specific structures. It's commonly used for defining shared structure definitions between different programs (e.g. similar to Protobuf) or for general analysis / inspection of unknown binary data. Especially in the analysis of streaming data, it is found in popular tools such as ZAP and mitmproxy.

This operation allows the user to define a Kaitai definition that is applied to the input data, translating it either to JSON for pipelining or an annotated printout for rendering

Annotated printout for analysis
image

JSON output for pipelining
image

@CLAassistant
Copy link

CLAassistant commented Apr 9, 2025

CLA assistant check
All committers have signed the CLA.

@kendallgoto kendallgoto force-pushed the kgoto/add-ksc branch 4 times, most recently from f0b8327 to 60a1ed6 Compare April 9, 2025 21:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants