#byte-sequences #pattern #hex #within #find #matching #position

app hexgrep

find the position of bytes sequences within binary files matching hexadecimal patterns

1 unstable release

0.0.0 Oct 18, 2023

#31 in #byte-sequences

MIT and GPL-3.0-or-later

8KB
116 lines

hexgrep

find the position of bytes sequences within binary files matching hexadecimal patterns

$ hexgrep --help
find the position of bytes sequences within binary files matching hexadecimal patterns

Usage: hexgrep [OPTIONS] <pattern>...

Arguments:
  <pattern>...  hex

Options:
  -p, --progress
  -h, --help      Print help
  -V, --version   Print version

Examples

Finding all zip files within /tmp

hexgrep 50 4b 03 04 14 00 00 00 08 00 f6 0b 52 57 78 75 73 28 f5 01 00 00 08 06 00 00 08 00 1c 00 4d 61 6b 65 66 69 6c 65 55 54 09 00 03 80 35 2f 65 81 35 2f /tmp

Dependencies

~6–15MB
~179K SLoC