wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Text search with pattern

Open schrmh opened this issue 2 years ago • 0 comments

To put it simple, my personal issue is: In many files I open in wxHexEditor I have strings where after each char is a NULL byte. E.g. I want to search for Network but in the file is 4e 00 65 00 74 00 77 00 6f 00 72 00 6b 00. Thanks to those extra 00 bytes I can't just search for Network but have to use something else first that convert the string to hexadecimal and inserts the 00 bytes...

schrmh avatar Jan 16 '24 23:01 schrmh