Difference between revisions of "Binfind"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=binfind |Short description=Searches for a byte sequence in a binary file |Full description='binfind' searches files for a byte sequence. The pattern can be given on...")
 
(New version)
 
Line 3: Line 3:
 
|Short description=Searches for a byte sequence in a binary file
 
|Short description=Searches for a byte sequence in a binary file
 
|Full description='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. It uses the Boyer-Moore algorithm and can 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 the user specifies more than one file, binfind prints the filename and a colon before the offset.
 
|Full description='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. It uses the Boyer-Moore algorithm and can 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 the user specifies more than one file, binfind prints the filename and a colon before the offset.
 +
|Homepage URL=http://www.lith.at/binfind/index.html
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.lith.at/binfind/index.html
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=User manpage available in HTML format from http://stud4.tuwien.ac.at/~e9825234/binfind/man.html
 
|Documentation note=User manpage available in HTML format from http://stud4.tuwien.ac.at/~e9825234/binfind/man.html
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
|Related projects=
 
 
|Keywords=file,search,binary,byte,boyer-moore
 
|Keywords=file,search,binary,byte,boyer-moore
|Is GNU=n
+
|Version identifier=0.0.3
|Last review by=Janet Casey
+
|Version date=2005/09/16
|Last review date=2009-02-19
+
|Version status=beta
 +
|Version download=http://www.lith.at/binfind/binfind-0.0.3.tar.gz
 +
|Version comment=0.0.3 beta released 2005-09-16
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2016/12/28
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.0.2
+
|Status=
|Version date=2005-02-25
+
|Is GNU=No
|Version status=beta
+
|License verified date=2005-03-08
|Version download=http://stud4.tuwien.ac.at/~e9825234/binfind/binfind-0.0.2.tar.gz
+
}}
 +
{{Project license
 +
|License=GPLv2orlater
 +
|License verified by=Janet Casey
 
|License verified date=2005-03-08
 
|License verified date=2005-03-08
|Version comment=0.0.2 beta released 2005-02-25
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Edwin Steiner
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Edwin Steiner
 
 
|Email=edwin.steiner@gmx.net
 
|Email=edwin.steiner@gmx.net
 
|Resource URL=
 
|Resource URL=
Line 44: Line 42:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Janet Casey
 
|License verified date=2005-03-08
 
}}
 

Latest revision as of 20:36, 27 December 2016


[edit]

binfind

http://www.lith.at/binfind/index.html
Searches for a byte sequence in a binary file

'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. It uses the Boyer-Moore algorithm and can 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 the user specifies more than one file, binfind prints the filename and a colon before the offset.





Licensing

License

Verified by

Verified on

Notes

Verified by

Janet Casey

Verified on

8 March 2005




Leaders and contributors

Contact(s)Role
Edwin Steiner Maintainer


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:edwin.steiner@gmx.net


Software prerequisites




Entry


















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.