Replies: 2 comments
-
Hey, you're far from the first one to ask for Kaitai support. My opinion on it is that Kaitai is great but I rather want to develop my own solution for it because I enjoy doing so. Converting scripts over from Kaitai is usually not super difficult though and generally they are more readable in the pattern language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/kaitai-io/kaitai_struct
It looks like katai struct is trying to create a universal file parser and they have their own language for defining file formats, maybe you could add support for it if (especially if it becomes more popular)
Example of a BMP bitmap image file format definition https://formats.kaitai.io/bmp/
Beta Was this translation helpful? Give feedback.
All reactions