Quote:
Originally Posted by dila
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.
|
A quick search came across these:
http://gnuwin32.sourceforge.net/packages/gsar.htm
https://wingrep.codeplex.com/
https://www.fileseek.ca/
Or you can just use Notepad++ and use the "Find in Files" menu option.