Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-09-16 15:02
0.0.3

Esta versión corrige la lectura de una tubería y las opciones de manejo válida. Una suite pequeña prueba ha sido añadido.
Tags: Major bugfixes
This release fixes reading from a pipe and handling invalid options. A
small test suite has been added.

2005-03-07 15:24
0.0.2

Tags: Initial freshmeat announcement

Project Resources