Top "Hexdump" questions

A hex dump is a hexadecimal view of data.

hexdump confusion

I am playing with the Unix hexdump utility. My input file is UTF-8 encoded, containing a single character ñ, which is …

hexdump
Viewing blob data as a hexdump with ASCII in the sqlite3 console

I have a column of data in a SQLite table being stored as a blob. Specifically, it is a serialized …

sqlite hex hexdump
Read from serial port and store in hexadecimal

I have a vhf radio which sent a status message continuosly through the serial port, and I need the messages …

bash shell serial-port hexdump stty
Command to convert hexdump back to text

I am using Catfish to find files containing certain text. Some of the files found instead of plain text contain …

bash command-line hexdump xxd
Hex dump from memory location

I use a pointer to specify some kind of "shared memory" which I use to exchange data between different processes/…

c++ memory-management pointers hex hexdump
Create Binary files in UNIX

This question was out there for a while and I thought I should offer some bonus points if I can …

parsing bash binaryfiles hexdump xxd
How to remove all non-alphabetic characters from a string?

I have been working on a program which will take a hex file, and if the file name starts with "…

python hex hexdump
What's a Hex Dump - What does it mean?

thegladiator:~/cp$ cat new.txt Hello World This is a Trest Progyy thegladiator:~/cp$ hexdump new.txt 0000000 6548 6c6c 206f 6…

hexdump
Convert a binary string to Hexadecimal and vice-versa in Elixir

How do you convert a binary string to a Hexadecimal String and vice-versa in Elixir? There are a few posts …

string binary elixir hexdump
importing hex stream into wireshark

I have a 64 byte hex stream of a frame- 000A959D6816000A959A651508004500002E000000004006AF160A010101C0A8000A11D71…

wireshark hexdump