Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version behebt Lesung aus einem Rohr und Handhabung ungültige Optionen. Ein kleiner Test-Suite wurde hinzugefügt.
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