Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for generic terminated arrays. #20

Open
j3pic opened this issue Jun 4, 2018 · 0 comments
Open

Need support for generic terminated arrays. #20

j3pic opened this issue Jun 4, 2018 · 0 comments

Comments

@j3pic
Copy link
Owner

j3pic commented Jun 4, 2018

LISP-BINARY can handle terminated byte buffers and terminated strings, but it's also common in binary formats to have lists of complex structures terminated by some byte sequence. The byte sequence is often of a length that cleanly fits in all or a subset of the fields in the element structure.

For example: kaitai-io/kaitai_struct#445

Such data can currently be read/written using a custom type specifier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant