0 votes

I would like to search sequences of characters in .mid files that are raw binary files.
Is it possible via regular expressions like this one?

[\x00-\x7F]\xB0+

If yes, how to do it via GUI and/or command line.

by (25 points)

1 Answer

+1 vote

At the moment the text searching strips out characters in the 0x00 - 0x1f range. Binary searching is something that is planned for a future release.

by (30.4k points)
...