-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Description
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...
Metadata
Metadata
Assignees
Labels
No labels