Re: HxD: Custom Character Encoding for Text
Posted: 03 Sep 2024 14:54
I found this post from 2008 by looking for if HxD supported custom encodings, which is a really important feature. However, there doesn't seem to be any other information about this and I can't find any guides to make custom encodings, so I can only assume it's not implemented.
I'm trying to look for a phrase of a file, in this case "Try Again?"
The encoding is:
This means I have to manually convert this, which I can do with line numbers:
44 68 75 00 25 57 51 59 64 24
Then I have to convert this to hex:
2C 44 4B 00 19 39 33 3B 40 18
I am able to find this text, rendered as the following by HxD:
But it would be so much more useful if I could have it render by a custom table instead. This also means I could search for the text as well without having to go through the tedious work of converting it to numbers and then to hex. It also makes it easier for me to see where the text starts and ends as well.
Being able to define an encoding in a file, and importing that file in the options, would be very useful.
I'm trying to look for a phrase of a file, in this case "Try Again?"
The encoding is:
Code: Select all
!"%&'(),-./0123456789:;?ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz¡©¿ÁÄÇÈÉÌÍÑÓÖÚÜßàáâäçèéêìíîïñòóôöùúûü44 68 75 00 25 57 51 59 64 24
Then I have to convert this to hex:
2C 44 4B 00 19 39 33 3B 40 18
I am able to find this text, rendered as the following by HxD:
Code: Select all
,DK..93;@.Being able to define an encoding in a file, and importing that file in the options, would be very useful.