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

NAME

4     rafind2 — Advanced commandline hexadecimal editor
5

SYNOPSIS

7     rafind2 [-izZXnrhqv] [-b size] [-f from] [-t to] [-[m|s|e] str] [-x hex]
8             file|dir
9

DESCRIPTION

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

SEE ALSO

55     radare2(1), rahash2(1), rabin2(1), radiff2(1), rasm2(1), ragg2(1),
56     rarun2(1), rax2(1),
57

AUTHORS

59     pancake <pancake@nopcode.org>
60
61                                 Oct 19, 2015
Impressum