hexgrep

Crates.iohexgrep
lib.rshexgrep
version0.0.0
sourcesrc
created_at2023-10-18 05:56:38.997633
updated_at2023-10-18 05:56:38.997633
descriptionfind the position of bytes sequences within binary files matching hexadecimal patterns
homepagehttps://github.com/gabrielfalcao/hexgrep
repository
max_upload_size
id1006432
size25,268
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/hexgrep

README

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
Commit count: 0

cargo fmt