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

support null-terminated arrays #31

Open
lunixbochs opened this issue Nov 23, 2015 · 1 comment
Open

support null-terminated arrays #31

lunixbochs opened this issue Nov 23, 2015 · 1 comment

Comments

@lunixbochs
Copy link
Owner

struc:"nullterm"?

(and strings, by extension)

@eggsampler
Copy link

This would be incredibly useful where strings aren't encoded with a fixed length, but are variable length with some sort of delimeter character(s). Something like the following might work for single null terminated strings, as well as other delimeters such as \r\n

struc:"delim='\x0D\x0A'"

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

No branches or pull requests

2 participants