The FAR format (.far files) are used to bundle (archive) multiple files together. All numeric
values in the header and manifest are stored in little-endian order(least significant byte
first).
The manifest contains a count of the number of archived files, followed by an entry for each
file. In all of the examples examined the order of the entries matches the order of the archived
files, but whether this is a firm requirement or not is unknown.