'Find all in files' binary search

Wishlists for new functionality and features.
Post Reply
Fireboyd78
Posts: 14
Joined: 02 Jan 2013 10:34

'Find all in files' binary search

Post by Fireboyd78 »

One thing I would absolutely love for HxD to have that would make it much more useful to people like me, is the ability to search multiple binary files for a particular pattern of hex characters or a string.

Notepad++ is one of the only programs I know of that does this, but that's not a hex editor, and throws a LOT of false positives (even with escaped hex-character strings :/), and since HxD is my primary hex editor of choice, being able to do all of this inside of HxD would probably cause the space-time continuum to malfunction! :mrgreen:

While not a necessity, the ability to search for a partial-pattern (e.g. '00 ?? 11 ?? 22 33') would be nice, but definitely not a deal-breaker.

Thanks for all of your hard work!
nneonneo
Posts: 3
Joined: 21 Jul 2018 03:37

Re: 'Find all in files' binary search

Post by nneonneo »

FWIW I wrote a tool a while back called "bgrep" which does exactly this (and even supports partial patterns & regex matching): https://github.com/nneonneo/bgrep. There are also similar tools (also usually named "bgrep") for this purpose.
Fireboyd78
Posts: 14
Joined: 02 Jan 2013 10:34

Re: 'Find all in files' binary search

Post by Fireboyd78 »

Maël, could you please let me know if this feature is something you would consider implementing? It would still be very useful to have. Thank you.
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: 'Find all in files' binary search

Post by Maël »

Both of these features are definitely things I'd like HxD to have.

Features are implemented depending on the time I have and what's most interesting right now (I did the opposite for too long, and it's not good to stay motivated).
Post Reply