|
Tool to scan files for common byte sequences
I am looking for a tool that loads a set of files and will find common byte sequences between them. Does such a tool exist?
For example, if each file contains the sequence 0x01 0x02 0x03 0x04 0x05, then the tool will find this common string and print it.
|