[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Opening binary data from MSVS under linux



I have a stream of unsigned long numbers saved from visual studio (2005) that
I'm trying to open under linux, but the format seems to be very strange
(doesn't seem to be neither big endian nor little endian). For example, the set
of numbers 2, 288, 2624, 490 (or in hex 0x2 0x120, 0xA40, 0x1EA) comes out (in
hex)
02 00 00 00    20 01 00 00    40 0D 0A 00    00 EA 01 00

Any idea what the format is and how to read it?

Thanks


Reply to: