You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
Implement a keyword to support specifying the endianness of the data.
Endianness should be specified at the beginning of the schema file, before anything else (including include statements).
Proposed syntax introduces the order keyword:
order little-endian;
The text was updated successfully, but these errors were encountered:
I just stumbled upon this repo from an old reddit thread.
When this feature gets worked on it might be nice to be able to override endianness on a per field basis. One of the data formats I'm dealing with right now likes to switch up the endianness of fields as an obfuscation tactic. It even uses non standard byte orderings for a few of the fields.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement a keyword to support specifying the endianness of the data.
Endianness should be specified at the beginning of the schema file, before anything else (including include statements).
Proposed syntax introduces the order keyword:
The text was updated successfully, but these errors were encountered: