Skip to content

moyix/mmgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mmgrep

This program searches files for a binary string given as a hex pattern.

Usage:

./mmgrep deadbeef file1 file2

It uses mmap and memmem so it should be very fast. It will not work if the files are not seekable.

About

Fast search for binary strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published