2010-06-18 15:52:30 +00:00
|
|
|
.Dd Jun 18, 2010
|
|
|
|
.Dt RAFIND2 1
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm rafind2
|
|
|
|
.Nd Advanced commandline hexadecimal editor
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm rafind2
|
|
|
|
.Op Fl Xnzh
|
|
|
|
.Op Fl f Ar from
|
|
|
|
.Op Fl t Ar to
|
|
|
|
.Op Fl s Ar str
|
|
|
|
.Op Fl x Ar hex
|
2010-08-24 02:09:12 +00:00
|
|
|
.Op file
|
2010-06-18 15:52:30 +00:00
|
|
|
.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
|
|
|
|
.It Fl X
|
|
|
|
Display hexdump of search results
|
|
|
|
.It Fl n
|
|
|
|
Do not stop the search when a read error occurs
|
|
|
|
.It Fl r
|
|
|
|
Show output in radare commands
|
|
|
|
.It Fl b
|
|
|
|
Define block size
|
|
|
|
.It Fl s Ar str
|
|
|
|
Search for a specific string
|
|
|
|
.It Fl m Ar mask
|
|
|
|
Set binary mask to be applied
|
|
|
|
.It Fl x Ar hex
|
|
|
|
Search for an hexpair string
|
|
|
|
.It Fl f Ar from
|
|
|
|
Specify the source adddress
|
|
|
|
.It Fl t Ar to
|
|
|
|
Specify the target adddress
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Pp
|
|
|
|
.Xr radare2(1) ,
|
|
|
|
.Xr rahash2(1) ,
|
|
|
|
.Xr rabin2(1) ,
|
|
|
|
.Xr radiff2(1) ,
|
|
|
|
.Xr rasm2(1) ,
|
2010-06-28 18:30:20 +00:00
|
|
|
.Xr rarc2(1) ,
|
2010-06-18 15:52:30 +00:00
|
|
|
.Xr rax2(1) ,
|
|
|
|
.Sh AUTHORS
|
|
|
|
.Pp
|
|
|
|
pancake <@nopcode.org>
|