Tagged Questions
The hexdump tag has no wiki summary.
5
votes
9answers
1k views
Any Generic Utilities or Libraries for Converting Hex Dumps into Human-readable Form?
I work a lot with serial communications with a variety of devices, and so I often have to analyze hex dumps in log files. Currently, I do this manually by looking at the dumps, looking at the ...
4
votes
6answers
4k views
Off-the-Shelf C++ Hex Dump Code
I work a lot with network and serial communications software, so it is often necessary for me to have code to display or log hex dumps of data packets.
Every time I do this, I write yet another ...
3
votes
2answers
149 views
Creating hex dump in Objective-C
I want to create a hex dump of a binary file in Mac OS X.
In all apps in Mac OS, when you navigate to /Contents/Resources/, there is a file (or more) with the same name as the app.
I want to write ...
3
votes
4answers
472 views
convert binary data to hex in shell script?
feel a bit stupid asking this (sounds as basics) but can't find an answer elsewhere. I want to convert binary data to hex, just that, no fancy formatting and all. hexdump seems too clever, it ...
3
votes
1answer
1k views
Endianness in Unix hexdump
The following *nix command pipes a hex representation of an IP and port (127.0.0.1:80) into the hexdump command.
printf "\x7F\x00\x00\x01\x00\x50" | hexdump -e '3/1 "%u." /1 "%u:" 1/2 "%u" "\n"'
...
2
votes
2answers
62 views
create binary file in bash
How can I create a binary file with consequent binary values in bash?
like:
$ hexdump testfile
0000000 0100 0302 0504 0706 0908 0b0a 0d0c 0f0e
0000010 1110 1312 1514 1716 1918 1b1a 1d1c 1f1e
0000020 ...
2
votes
4answers
264 views
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 get it to work.
What did I do…
Recently at work, I wrote a parser that would convert a binary file in ...
2
votes
2answers
97 views
What information depicts the quantitative difference between two large given files of the same size?
Usually, in order to find how two binary files are different, I use diff and hexdump tools. But in some situations if two large binary files of the same size are given, I would like to see only their ...
2
votes
3answers
52 views
strcat giving unexpected result
This is a very small portion of a large project...
These are typedefs defined in standard header file for the project.
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef uint8_t ...
2
votes
2answers
169 views
Shell magic wanted: format output of hexdump in a pipe
I'm debugging the output of a program that transmits data via TCP.
For debugging purposes i've replaced the receiving program with netcat and hexdump:
netcat -l -p 1234 | hexdump -C
That outputs ...
2
votes
3answers
346 views
extract hexdump or RAW data of a file to text
I was wondering if there is a way to output the hexdump or raw data of a file to txt file.
for example
I have a file let's say "data.jpg" (the file type is irrelevant) how can i export the HEXdump ...
2
votes
3answers
506 views
Hex dump parsing in perl
I have a hex dump of a message in a file which i want to get it in an array
so i can perform the decoding logic on it.
I was wondering if that was a easier way to parse a message which looks like ...
2
votes
1answer
376 views
hexdump confusion
I am playing with the unix hexdump utility. My input file is UTF-8 encoded, containing a single character ñ, which is C3 B1 in hexadecimal UTF-8.
hexdump test.txt
0000000 b1c3
0000002
Huh? This ...
1
vote
2answers
80 views
Go - password security in binary
I intend to save a password/secret key in my Go application to be used in communication with some other applications. I wonder how to secure it from for example someone obtaining the binary and ...
1
vote
1answer
106 views
Convert hexdump to byte sequence
I am trying to register a specific program to run binaries that contain a magic number by using binfmt_misc on Linux.
This is accomplished by echo'ing a string in the format:
...
1
vote
2answers
94 views
3D models: converting from binary file, learning to read hex dumps
I have a 3D object stored in an unknown binary format. I opened it in a hex editor and noticed that the first line said "OBJF", followed by some lines that were translated as material and texture ...
1
vote
2answers
195 views
Implementing custom NSView in Cocoa on OS X
I am creating a Cocoa application wherein one view will contain the "hex dump" of the currently loaded document. Up until this point, I have been using a bog-standard (and very unappealing) ...
1
vote
3answers
144 views
xxd binary dump problems
Is the above output in the format that should be expected from xxd or does the presence of the bizzare characters on the right suggest i've done something wrong?
I'm attempting to serialise a ...
1
vote
1answer
403 views
How to send data to external device
I have a serial device connected to my computer at com port. I want to send Hex data to this device, what is the best approach to send data to the device.
For example I have this data-
String hexStr ...
0
votes
1answer
25 views
questions about hex code shown in hex editor
I am stuck on HEX(intel hex) format which I see in Hex Editor (Hex Editor Neo).
Ok,I know hex,decimal,binary,their addition,multiplication,their conversion.
Ex. sample.jpg
(this is a jpg file I open ...
0
votes
1answer
49 views
Generate binary code from hex code
I am trying to write a bootstrapping compiler-the one that can be implemented in the language itself, i don't know how to convert hex codes to binary , so that it can run directly in machine. Its for ...
0
votes
3answers
200 views
hexdump and xxd produce different outputs on red hat and ubuntu/mint
Firstly , I am mentioning whatever happened on my linux mint/ubuntu system ...
udit@udit-Dabba ~/ah $ xxd -r -p input.txt output.txt
udit@udit-Dabba ~/ah $ cat input.txt
60 00 00 00 00 14 06 20 00 ...
0
votes
1answer
102 views
reading hexdump file byte by byte in shell/awk
I am new to bash/awk programming and need your help soon
This is hexadecimal ouptut of an ipv6 tcp packet captured through tcpdump -
6000 0000 0018 0620 0000 0000
0000 0000 0000 0000 0000 0001 ...
0
votes
1answer
88 views
how to get hexdump of a structure data
....
finalize(char *hdrs, sendip_data *headers[], int index,
sendip_data *data, sendip_data *pack)
{
........
For debugging purpose , I want a hex dump of data and pack ...
0
votes
1answer
135 views
Convert Hex string to Byte Array for RSA Decryption
I have a hex string after RSA encryption. When I convert it to a byte[], the RSA decryption gives javax.crypto.BadPaddingException: Blocktype mismatch: 0
I am using this method for conversion (got it ...
0
votes
1answer
96 views
how to get data from hexdump in scapy?
0000 00 01 00 14 45 49 50 43 A8 2A 55 50 6F 72 74 20 [37m.[0m[37m.[0m[37m.[0m[37m.[0mEIPC[37m.[0m*UPort
0010 49 64 20 3D 20 34 33 30 35 30 2A 2A 2A 2A 2A 2A Id = 43050******
0020 2A 2A 2A ...
0
votes
3answers
195 views
String not equal to another string. Why?
More specifically, how to test further? I saw another post where the answer used a hexdump. How might I try this, and should I?
Here's my trying in console...
variables: myl is my latitude value ...
0
votes
1answer
99 views
How would I print out the address like the Hexdump function in UNIX
There I have this assignment where I am suppose to emulate the hexdump function from unix. I got my program to dump files into hex but i am having trouble printing the offset and the printable ...
0
votes
1answer
61 views
Why does hexdump-ing multiple files output differently than hexdumping each file individually?
What is the difference between these commands? Why does the first match, but grepping the individual file hexdumps returns nothing?
$ hexdump -C DRAFT* FAIL* RCV* | grep "49 d0 38 ec 06 a1 c3"
...
0
votes
2answers
53 views
How do I output an inline transription of a hexdump to ACSII?
Here's an example from a program called HEXedit, which show's what I mean by inline:
3a40 - 31 65 33 38 00 00 00 00 00 00 00 00 00 00 00 00 - 1e38............
3a50 - 00 00 00 00 00 00 00 00 00 00 0a ...
0
votes
0answers
156 views
converting nonprintable characters to 3-byte octal with hexdump
goal - convert a binary file to one where printable characters are left as-is, an all non-printable characters are converted to double-backslash escaped 3-digit octal sequences (postgresql binary ...
0
votes
2answers
285 views
Hexdump macro (C/C++)
I have a working hexdump function but it seems to be overkill for printing a single variable. So I am trying to make a macro for it. So far this works almost perfectly:
#define ...
0
votes
3answers
291 views
Convert Hexdump to string in c
Is there a way to convert a hexdump e.g. aec4d2f3c6a4e70ea6cea074f65812d2a34b180cc92b817edcd867167e7a91c5beb942f0
to a string in c so that every two hexadecimal digits make a char? If so, what?
0
votes
1answer
495 views
How to Convert Assembly Lang. to VB6 or readable format
I lost my source code, i have vb6 exe, i decompile exe, then i get decompile codes like below given.
Now i want to convert this codes into vb6 source code or readable format
plz help me urgently
...
0
votes
2answers
165 views
View the contents of a gzip archive in hexl mode
I want to write a function, similar hexl-find-file, that will open a gzipped file and show the contents in the hexl-mode. How would I do that?
0
votes
3answers
100 views
seing a static variable with hexdump
I am preparing myself for a lecture exam on security aspects of software development. I would like to know if it is always possible to read the value of a static char array from a binary with hexdump?
...
0
votes
2answers
924 views
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/threads. Now I would like to have
a hex dump of the content of the shared buffer. Does ...
-1
votes
1answer
92 views
Transform a hex info to binary using linux command
I have this binary file on my linux system ..
udit@udit-Dabba ~ $ cat file.enc
Salted__s�bO��<0�F���Jw!���]�:`C�LKȆ�l
Using hexdump command I see its information like this ..
udit@udit-Dabba ...
-1
votes
2answers
233 views
Whats 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 6f57 6c72 2064 6854 7369
0000010 6920 2073 2061 7254 7365 2074 7250 676f
...
-1
votes
1answer
239 views
What is the output format of the hexdump command?
echo -n abcd > my_test_file
hexdump my_test_file
# 0000000 6261 6463
# 0000004
hexdump -C my_test_file
# 00000000 61 62 63 64 ...