radare2/man/rafind2.1

68 lines
1.3 KiB
Groff
Raw Normal View History

2015-10-19 01:58:16 +00:00
.Dd Oct 19, 2015
2014-09-30 09:01:45 +00:00
.Dt RAFIND2 1
2014-09-30 09:37:26 +00:00
.Sh NAME
.Nm rafind2
.Nd Advanced commandline hexadecimal editor
.Sh SYNOPSIS
.Nm rafind2
.Op Fl zZXnrhv
2011-12-02 02:43:08 +00:00
.Op Fl b Ar size
.Op Fl f Ar from
.Op Fl t Ar to
2011-12-02 02:43:08 +00:00
.Op Fl [m|s|e] Ar str
.Op Fl x Ar hex
2011-12-02 02:43:08 +00:00
.Ar file
.Sh DESCRIPTION
rafind2 is a program to find byte patterns into files
.Pp
The options are:
.Bl -tag -width Fl
.It Fl z
Search for zero-terminated strings
2015-10-18 21:32:33 +00:00
.It Fl a Ar align
Only accept aligned hits
.It Fl s Ar str
Search for a specific string
.It Fl S Ar str
Search for a specific wide string
2011-12-02 02:43:08 +00:00
.It Fl e Ar regex
Search for a regular expression string matches
.It Fl x Ar hex
Search for an hexpair string
2015-10-19 01:58:16 +00:00
.It Fl m
Carve for known file-types using the r_magic signatures
.It Fl M Ar mask
2011-12-02 02:43:08 +00:00
Set binary mask to be applied
.It Fl f Ar from
Specify the source adddress
.It Fl t Ar to
Specify the target adddress
2011-12-02 02:43:08 +00:00
.It Fl X
Display hexdump of search results
.It Fl Z
Display zero-terminated strings results
2011-12-02 02:43:08 +00:00
.It Fl n
Do not stop the search when a read error occurs
.It Fl r
Show output in radare commands
.It Fl b Ar size
Define block size
.It Fl h
Show help message
.It Fl v
Print version and exit
.El
.Sh SEE ALSO
.Pp
.Xr radare2(1) ,
.Xr rahash2(1) ,
.Xr rabin2(1) ,
.Xr radiff2(1) ,
.Xr rasm2(1) ,
.Xr ragg2(1) ,
.Xr rarun2(1) ,
.Xr rax2(1) ,
.Sh AUTHORS
.Pp
pancake <pancake@nopcode.org>