Find regex/wildcard?

0 votes
asked May 18, 2020 in Synalyze It! by plunce (120 points)
Am I being stupid here? I can't seem to find how to use regexes or even basic wildcards in the Find function in Synalze It! Pro. It seems like such a basic feature I must have overlooked something but I can't see it anywhere. Closest I got was masks, but then blocks of FF FF FF FF in a file make that almost entirely useless.

1 Answer

0 votes
answered Feb 18, 2023 by guruadmin (680 points)
As regexes or wildcards are usually operated on text data it's not that common in hex editors.

However, it should be possible to use grep (with regexes) if your file consists mainly of text.
...