We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider adding support to define remaining data size
name: mru_value_string_and_shell_item type: structure attributes: byte_order: little-endian members: - name: string type: string encoding: utf-16-le element_data_type: wchar16 elements_terminator: "\x00\x00" - name: shell_item type: stream element_data_type: byte elements_data_size: <<remaining data size>>
Maybe instead of a structure use a format data type?
Do this via context() instead?
Current method of doing it would be to read string, determine the byte size using the context and use that as the byte offset.
The text was updated successfully, but these errors were encountered:
joachimmetz
No branches or pull requests
Consider adding support to define remaining data size
Maybe instead of a structure use a format data type?
Do this via context() instead?
Current method of doing it would be to read string, determine the byte size using the context and use that as the byte offset.
The text was updated successfully, but these errors were encountered: