1RZ_FIND(1)                BSD General Commands Manual               RZ_FIND(1)
2

NAME

4     rz-find — Advanced commandline hexadecimal editor
5

SYNOPSIS

7     rz-find [-ijzZXnrhqv] [-b size] [-f from] [-F file] [-t to]
8             [-[m|s|e] str] [-x hex] file|dir
9

DESCRIPTION

11     rz-find is a program to find byte patterns into files
12
13     The options are:
14
15     -z          Search for zero-terminated strings
16
17     -j          Output in JSON format
18
19     -a align    Only accept aligned hits
20
21     -s str      Search for a specific string
22
23     -S str      Search for a specific wide string
24
25     -e regex    Search for a regular expression string matches
26
27     -x hex      Search for an hexpair string
28
29     -i          Identify filetype (like file, uses rizin -qcpm)
30
31     -m          Carve for known file-types using the r_magic signatures
32
33     -M mask     Set binary mask to be applied
34
35     -f from     Specify the source adddress
36
37     -F file     Read the keyword to search from the contents of the given
38                 file
39
40     -t to       Specify the target adddress
41
42     -X          Display hexdump of search results
43
44     -Z          Display zero-terminated strings results
45
46     -n          Do not stop the search when a read error occurs
47
48     -r          Show output in rizin commands
49
50     -b size     Define block size
51
52     -q          Quiet mode - do not show headings (filenames) above matching
53                 contents (default for searching a single file)
54
55     -h          Show help message
56
57     -v          Print version and exit
58

SEE ALSO

60     rizin(1), rz-hash(1), rz-bin(1), rz-diff(1), rz-asm(1), rz-gg(1),
61     rz-run(1), rz-ax(1),
62

AUTHORS

64     pancake <pancake@nopcode.org>
65
66                                 Jun 24, 2020
Impressum