gcarmix / HexWalk

Hex Viewer/Editor/Analyzer compatible with Linux/Windows/MacOS
https://www.hexwalk.com
GNU General Public License v3.0
698 stars 29 forks source link

IntLE and IntBE are switched #36

Open Celant opened 3 months ago

Celant commented 3 months ago

It looks like the representations for Little-endian and Big-endian are reversed. According to multiple other hex editors, c8f90500 is the Little-endian representation of 391624, but HexWalk is showing it as Big-endian.

image

gcarmix commented 3 months ago

You are right, I'm working to a new release and this bug will be addressed in it, thank you!