PDA

View Full Version : Reading Binary Files



archanasubodh
27th February 2008, 12:25
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.

wysota
27th February 2008, 12:31
There are no special requirements, you should be able to read the file just fine. What exactly do you do?