An external group provides me with a file written on a Big Endian machine, and they also provide a C++ parser for the file format.
I only can run the parser on a lit
In general, there's no "easy" solution to this. You will have to modify the parser to swap the bytes of each and every integer read from the file.