SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

binfind - Search for a byte sequence in binary files Copyright (C) 2005 Edwin Steiner <edwin.steiner@gmx.net>

About

binfind searches binary files for a specified byte sequence.

binfind uses the Boyer-Moore algorithm and is able to search large files without using a lot of memory. (Note that the pattern, however, is placed in core memory, so do not expect good performance with huge patterns.)

License

binfind is free software under the GPL.

INSTALLING binfind

The usual

        ./configure
        make
        su -c 'make install'

should work. For details see the INSTALL file.

USING binfind

After installation type

man binfind

or

binfind --help

to view the binfind documentation.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.