in reply to Re^4: how to extract original string from binary files?
in thread how to extract original string from binary files?
What you posted is a hex dump of an ASCII file. It certainly is not a hexdump of a binary file.
I can only suggest that you look at the output of your hexdump and try to explain to us what you see there, and how what you see there should relate to the data in the binary file.
Maybe you can show us the exact command you used to create this hexdump. It should be something like:
od -x /home/swapy/thatbinaryfile.bin
|
|---|