Post Reply 
How translate code in .raw ?
03-10-2020, 11:23 AM
Post: #2
RE: How translate code in .raw ?
The xxd program will do what you are looking for; it can create hex dumps of binary data, and also do the reverse:

Code:
$ xxd -r -p > foo.raw << EOF
(paste your hex data)
EOF

On Linux and MacOS, this is standard equipment; on Windows, you may need Cygwin, or build it from source.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How translate code in .raw ? - Thomas Okken - 03-10-2020 11:23 AM



User(s) browsing this thread: 1 Guest(s)