https://github.com/hildjj/mgrep
Grep large binary files for a hex-coded pattern
https://github.com/hildjj/mgrep
Last synced: about 2 months ago
JSON representation
Grep large binary files for a hex-coded pattern
- Host: GitHub
- URL: https://github.com/hildjj/mgrep
- Owner: hildjj
- License: gpl-2.0
- Created: 2011-12-21T05:39:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-21T05:40:56.000Z (over 13 years ago)
- Last Synced: 2025-02-12T19:38:11.605Z (4 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
A grep-like tool for fast searches over large binary files.
Attempts to be portable C99, but does require mmap(2).