I am reading a binary file in C++ using
std::ifstream file(filePath, std::ios::binary);
I have a python code that is able to read the same bi