Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text search with pattern #217

Open
schrmh opened this issue Jan 16, 2024 · 0 comments
Open

Text search with pattern #217

schrmh opened this issue Jan 16, 2024 · 0 comments

Comments

@schrmh
Copy link

schrmh commented Jan 16, 2024

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant