binfind searches files for a byte sequence. The pattern can be given on the command line in ASCII or hex, read from a file, or a combination of the above. binfind uses the Boyer-Moore algorithm and is able to search large files without using a lot of memory. For each occurrence of the pattern, binfind prints a line containing the offset of the occurrence in the searched file. If more than one file was specified, binfind prints the filename and a colon before the offset.
| Tags | Utilities |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C |