LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Doing a Reverse Hex Dump (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-doing-a-reverse-hex-dump-646595/)

LXer 06-03-2008 02:50 AM

LXer: Doing a Reverse Hex Dump
 
Published at LXer:

If you work with the command line you've most likely used hexdump or od to dump binary files, but what do you do if you have a hex dump of something and you want to create the binary version of the data? Assuming your needs aren't too complex, the answer may be xxd. You can use xxd to dump binary files just like hexdump and od, but you can also use it to do the reverse: turn a hex dump back into binary.

Read More...


All times are GMT -5. The time now is 11:33 AM.