Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wonderful software, thanks so much!
A suggestion:
I'm writing an application that reads a binary file into a byte[], with the intent to read and parse the elements in the file. When I open the file in ImHex and select a byte, it would be wonderful if there is a line in the Data Inspector or at the bottom of the Hex Editor that tells me the integer index of that byte in the file, so I could directly relate it to the index of the same value in the byte[] in my app. I see there is a hex readout of the selection index, but it would be great if there was also an integer readout. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions