A-binary-parser-generator
A-binary-parser-generator copied to clipboard
add Endian indicators
not all data types are created equal, and some binary files have a strict endian policy, whereas others do not. This needs some kind of spec indicator, probably the easiest being:
[BIG|LITTLE] ENDIAN
with 'machine ordering' if left off.