chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
825 stars 156 forks source link

Wrong view in 16, 32 and 64 bit #7

Closed ArCorvus closed 5 years ago

ArCorvus commented 5 years ago

Hex view display incorrect bite order in 16, 32 and 64 bit modes. It should show reversed order of bytes. v.0.9.5.19 Example 8-bit: image now in 32-bit: image should be in 32-bit: image

ArCorvus commented 5 years ago

Found what causes problem. It's BigEndian by default and changing options do not apply without restarting.