I have created a binary file in Linux.
I want to read the same file on a windows machine.
The problem is that i am not able to read the file on the windows machine.

Specifications:
Both the Linux and Windows machines are 32bit little endian.


Please do let me know how i can read the (Linux generated)binary file contents on a windows machine?


Thank You.