Update rafind2 manpage
This commit is contained in:
parent
1bdd7c591a
commit
3fd04b1bea
|
@ -100,7 +100,7 @@ static int rabin_show_help(int v) {
|
|||
);
|
||||
if (v) {
|
||||
printf ("Environment:\n"
|
||||
" RABIN2_DEMANGLE: e bin.demangle # show symbols demangled\n"
|
||||
" RABIN2_DEMANGLE: e bin.demangle # show symbols demangled\n"
|
||||
" RABIN2_MAXSTRBUF: e bin.maxstrbuf # specify maximum buffer size\n"
|
||||
" RABIN2_STRFILTER: e bin.strfilter # r2 -qe bin.strfilter=? -c '' --\n"
|
||||
" RABIN2_STRPURGE: e bin.strpurge # try to purge false positives\n");
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd Oct 13, 2015
|
||||
.Dd Oct 19, 2015
|
||||
.Dt RABIN2 1
|
||||
.Sh NAME
|
||||
.Nm RABIN2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.Dd Feb 4, 2015
|
||||
.Dd Oct 19, 2015
|
||||
.Dt RAFIND2 1
|
||||
.Sh NAME
|
||||
.Nm rafind2
|
||||
|
@ -29,7 +29,9 @@ Search for a specific wide string
|
|||
Search for a regular expression string matches
|
||||
.It Fl x Ar hex
|
||||
Search for an hexpair string
|
||||
.It Fl m Ar mask
|
||||
.It Fl m
|
||||
Carve for known file-types using the r_magic signatures
|
||||
.It Fl M Ar mask
|
||||
Set binary mask to be applied
|
||||
.It Fl f Ar from
|
||||
Specify the source adddress
|
||||
|
|
Loading…
Reference in New Issue