python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How "readelf --hex-dump" gives little endian output
I am using readelf --hex-dump=<section name> <elf> to get hex dump of a specific section. However, the result is shown as big endian DWORD. Is there a native way to make the output little ...
Eric Sun
Votes: 0
Answers: 0
ISO8583 Unpack Issue
How I will unpack ISO message using JPOS library in java?
here is the sample ISO message.
0800. ..............1224190516424997001003
Sample Hex Dump:
30 38 30 30 82 20 01 00 00 00 00 00 04 00 0...
zubair mujeeb
Votes: 0
Answers: 1
sha512 implementation c++ (made for learning purposes) doesn't generate temp1 value but gives a wierdly similar answer
if you look at the temp1 value in iteration 0. You will see that I'm getting 0xb37b0cfa1b96e8a0 while I should be getting 0x1b37b0cfa1b96e8a0. why is the 0x1 not appearing in mine? Is this a datatype-...
kibarekmek
Votes: 0
Answers: 1
Serial communication with Uponor Smatrix Base X-245
I'm trying to communicate with a Uponor Smatrix Base X-245 using a use a Raspberry Pi 3B+ over the serial port (UART), without much luck.
Here is a sample output from the UART (/dev/ttyS0) using pyser...
Thomas Buyukkilic
Votes: 0
Answers: 2