So basically I disassemble some code on 32bit Linux and in the rodata section, where double should exist, I find these 8 bytes:
00000000 00002440
The original double number is 10.0
Could anyone tell me how to transform this 8 bytes into double?