Binary files search utility
Project description
hrep
grep
for binary files.
Usage
usage: hrep [-h] [-x HEX] [-a ASCII] [-e REGEX] [--chunk-size CHUNK_SIZE] [-d]
[-X] [-C] [-w DUMP_WIDTH] [-s] [-A AFTER] [-B BEFORE]
[HEX] [filename [filename ...]]
Search for binary sequences in files
positional arguments:
HEX Hex encoded binary sequence to search for
filename List of files to search in
optional arguments:
-h, --help show this help message and exit
-x HEX, --hex HEX Search for a hexadecimal pattern('?' matches a single
nibble, '*' matches any number of bytes)
-a ASCII, --ascii ASCII
Search for an ASCII string
-e REGEX, --regex REGEX
Search for a regular expression
--chunk-size CHUNK_SIZE
Override default buffer size
-d, --decimal-offset Output decimal file offsets (by default prints hex)
-X, --no-hexdump Disable hex dump
-C, --no-colors Don't use colors in dump output
-w DUMP_WIDTH, --dump-width DUMP_WIDTH
Width of hex dump
-s, --summary Print summary at the end
-A AFTER, --after AFTER
Number of additional dump lines to display after match
-B BEFORE, --before BEFORE
Number of additional dump lines to display before
match
Each output line corresponds to a match in the format:
<filename>:<offset>:<match>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hrep-0.2.2a0.tar.gz
(5.4 kB
view details)
File details
Details for the file hrep-0.2.2a0.tar.gz
.
File metadata
- Download URL: hrep-0.2.2a0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.9.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4deb40dd5827cf37bfadea4fceae6bed5db0137790632d1771061bdcb92f241e |
|
MD5 | 09a390356c9ed8935e051173b5bed93a |
|
BLAKE2b-256 | 38c55a67f2b1ba251ff96a666156975707e255c19049404119e9d9ce1e470e15 |