http://www.perlmonks.org?node_id=151751


in reply to UNIX Strings Command? - Re: Searching binary data
in thread Searching binary data

Strings only works if I am looking for strings in a binary file. What I'm looking for is the value in hex of a specific location in the file. That is, after a series of '0000001000001000', I want to know that the next four words are '1111000001011010'. Unfortunately, the suggestion given by Juerd above doesn't work.
Cheers,
Shendal