in reply to Re^3: how to extract original string from binary files?
in thread how to extract original string from binary files?

Hi Corion,

Thanks for reply. I have posted hex dump & code I am using.



Regards,
Swapnil

  • Comment on Re^4: how to extract original string from binary files?

Replies are listed 'Best First'.
Re^5: how to extract original string from binary files?
by Corion (Patriarch) on May 20, 2016 at 10:38 UTC

    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