Projects / binfind

binfind

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
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  16 Sep 2005 06:02

Release Notes: This release fixes reading from a pipe and handling invalid options. A small test suite has been added.

No changes have been submitted for this release.

Screenshot

Project Spotlight

cgit

A Web interface to git repositories.

Screenshot

Project Spotlight

pysmb

An experimental SMB/CIFS library.