tracex_parser.file_parser.get_endian_str

tracex_parser.file_parser.get_endian_str(buf)

Returns the endianness of the TraceX dump based on the first couple bytes

Parameters:

buf (bytes) –

Return type:

Tuple[str, int]