Fix some typos and inconsistencies in man pages

This commit is contained in:
Peter Meerwald-Stadler 2022-10-11 23:21:08 +02:00 committed by pancake
parent aceb202b2c
commit 5420741cfa
10 changed files with 28 additions and 28 deletions

View File

@ -1,7 +1,7 @@
.Dd Jul 28, 2016 .Dd Jul 28, 2016
.Dt R2AGENT 1 .Dt R2AGENT 1
.Sh NAME .Sh NAME
.Nm R2AGENT .Nm r2agent
.Nd radare2 remoting manager TODO .Nd radare2 remoting manager TODO
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm r2agent .Nm r2agent

View File

@ -1,7 +1,7 @@
.Dd Sep 21, 2022 .Dd Sep 21, 2022
.Dt R2PM 1 .Dt R2PM 1
.Sh NAME .Sh NAME
.Nm R2PM .Nm r2pm
.Nd radare2 package manager .Nd radare2 package manager
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm r2pm .Nm r2pm

View File

@ -17,7 +17,7 @@
.Op Fl C Ar chdir .Op Fl C Ar chdir
.Op [test-(dir|file) ...] .Op [test-(dir|file) ...]
.Sh DESCRIPTION .Sh DESCRIPTION
Run all the radare2-regressions tests matching a specific word in the name. Run all the radare2 regression tests matching a specific word in the name.
.Pp .Pp
You need radare2 to be available in $PATH. You need radare2 to be available in $PATH.
.Sh OPTIONS .Sh OPTIONS

View File

@ -1,7 +1,7 @@
.Dd Nov 22, 2021 .Dd Nov 22, 2021
.Dt RABIN2 1 .Dt RABIN2 1
.Sh NAME .Sh NAME
.Nm RABIN2 .Nm rabin2
.Nd Binary program info extractor .Nd Binary program info extractor
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm rabin2 .Nm rabin2
@ -63,9 +63,9 @@ Show usage help message.
.It Fl H .It Fl H
Show header fields (see ih command in r2) Show header fields (see ih command in r2)
.It Fl I .It Fl I
Show binary info (iI in r2) Show binary info (see iI command in r2)
.It Fl i .It Fl i
Show imports (symbols imported from libraries) (ii) Show imports (symbols imported from libraries) (see ii command in r2)
.It Fl j .It Fl j
Output in json Output in json
.It Fl k Ar query .It Fl k Ar query
@ -89,7 +89,7 @@ Output file/folder for write operations (out by default)
.It Fl O Ar binop .It Fl O Ar binop
Perform binary operation on target binary (dump, resize, change sections, ...) see '-O help' for more information Perform binary operation on target binary (dump, resize, change sections, ...) see '-O help' for more information
.It Fl p .It Fl p
Disable VA. Show always physical addresses (not the same as -B0) Disable VA. Always show physical addresses (not the same as -B0)
.It Fl P .It Fl P
Show debug/pdb information Show debug/pdb information
.It Fl PP .It Fl PP
@ -113,11 +113,11 @@ Show segments
.It Fl t .It Fl t
Show file hashes Show file hashes
.It Fl T .It Fl T
Show Certificates Show certificates
.It Fl u .It Fl u
Unfiltered (no rename duplicated symbols/sections) Unfiltered (no rename duplicated symbols/sections)
.It Fl U .It Fl U
Show Resources Show resources
.It Fl v .It Fl v
Show version information Show version information
.It Fl V .It Fl V
@ -125,7 +125,7 @@ Show binary version information
.It Fl w .It Fl w
Show try/catch blocks Show try/catch blocks
.It Fl x .It Fl x
Extract all sub binaries from a fat binary (f.ex: fatmach0) Extract all sub binaries from a fat binary (for example: fatmach0)
.It Fl X Ar format file ... .It Fl X Ar format file ...
Package a fat or zip containing all the files passed (fat, zip) Package a fat or zip containing all the files passed (fat, zip)
.It Fl z .It Fl z

View File

@ -1,7 +1,7 @@
.Dd Feb 10, 2018 .Dd Feb 10, 2018
.Dt RADIFF2 1 .Dt RADIFF2 1
.Sh NAME .Sh NAME
.Nm RADIFF2 .Nm radiff2
.Nd unified binary diffing utility .Nd unified binary diffing utility
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm radiff2 .Nm radiff2

View File

@ -2,7 +2,7 @@
.Dt RAFIND2 1 .Dt RAFIND2 1
.Sh NAME .Sh NAME
.Nm rafind2 .Nm rafind2
.Nd Advanced command-line hexadecimal editor .Nd advanced command-line byte pattern search in files
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm rafind2 .Nm rafind2
.Op Fl cijzZXLnrhqv .Op Fl cijzZXLnrhqv
@ -15,7 +15,7 @@
.Op Fl x Ar hex .Op Fl x Ar hex
.Ar file|dir .Ar file|dir
.Sh DESCRIPTION .Sh DESCRIPTION
rafind2 is a program to find byte patterns into files rafind2 is a program to find byte patterns in files
.Pp .Pp
The options are: The options are:
.Bl -tag -width Fl .Bl -tag -width Fl
@ -34,7 +34,7 @@ Search for a specific wide string
.It Fl V Ar size:value .It Fl V Ar size:value
Search for a little-endian value of given size. For example -V 4:123 Search for a little-endian value of given size. For example -V 4:123
.It Fl e Ar regex .It Fl e Ar regex
Search for a regular expression string matches Search for regular expression string matches
.It Fl x Ar hex .It Fl x Ar hex
Search for an hexpair string Search for an hexpair string
.It Fl i .It Fl i
@ -42,15 +42,15 @@ Identify filetype (like file, uses r2 -qcpm)
.It Fl L .It Fl L
List available IO plugins List available IO plugins
.It Fl m .It Fl m
Carve for known file-types using the r_magic signatures Carve for known file types using the r_magic signatures
.It Fl M Ar mask .It Fl M Ar mask
Set binary mask to be applied Set binary mask to be applied
.It Fl f Ar from .It Fl f Ar from
Specify the source adddress Specify the source address
.It Fl F Ar file .It Fl F Ar file
Read the keyword to search from the contents of the given file Read the keyword to search from the contents of the given file
.It Fl t Ar to .It Fl t Ar to
Specify the target adddress Specify the target address
.It Fl X .It Fl X
Display hexdump of search results Display hexdump of search results
.It Fl Z .It Fl Z

View File

@ -71,7 +71,7 @@ Append a 32bit number in little endian
.It Fl N Ar num64 .It Fl N Ar num64
Append a 64bit number in little endian Append a 64bit number in little endian
.It Fl p Ar padding .It Fl p Ar padding
Specify generic paddings with a format string. Use lowercase letters to prefix, and uppercase to suffix, keychars are. 'n' for nop, 't' for trap, 'a' for sequence and 's' for zero. Specify generic paddings with a format string. Use lowercase letters to prefix, and uppercase to suffix, keychars are: 'n' for nop, 't' for trap, 'a' for sequence and 's' for zero.
.It Fl P Ar size .It Fl P Ar size
Prepend debruijn sequence of given length. Prepend debruijn sequence of given length.
.It Fl q Ar fragment .It Fl q Ar fragment

View File

@ -50,8 +50,8 @@ Apply the hash Iters times to itself+seed
Set initialization vector (IV) for the cryptographic functions. Set initialization vector (IV) for the cryptographic functions.
.It Fl j .It Fl j
Show output in JSON (see -r and -J). If passed more than once results in -J Show output in JSON (see -r and -J). If passed more than once results in -J
.It Fl j .It Fl J
New simplified JSON output, maybe this format will replace -j, but it's added as a new flag to not break backward compat until proper discussion New simplified JSON output, maybe this format will replace -j, but it's added as a new flag to not break backward compatibility until proper discussion
.It Fl B .It Fl B
Show per-block hash Show per-block hash
.It Fl k .It Fl k
@ -61,7 +61,7 @@ Amount of blocks to hash
.It Fl s Ar string .It Fl s Ar string
Hash this string instead of using the 'source' and 'hash-file' arguments. Hash this string instead of using the 'source' and 'hash-file' arguments.
.It Fl S Ar [^]s:string|hexstr .It Fl S Ar [^]s:string|hexstr
Set seed to hash with, use ^to prefix seed, otherwise its suffixed. If the seed is just a dash '-' it will read from stdin, this is useful to provide huge XOR payloads or other crypto keys bigger than few bytes. Set seed to hash with, use ^to prefix seed, otherwise it's suffixed. If the seed is just a dash '-' it will read from stdin. This is useful to provide huge XOR payloads or other crypto keys bigger than few bytes.
.It Fl f Ar from .It Fl f Ar from
Start hashing at given address Start hashing at given address
.It Fl t Ar to .It Fl t Ar to

View File

@ -15,7 +15,7 @@ rarun2 -t will show the terminal name and wait for a connection from another pro
.Pp .Pp
The program just accepts a single argument which is the filename of the configuration file to run the program. The program just accepts a single argument which is the filename of the configuration file to run the program.
.Pp .Pp
It is useful when you have to run a program using long arguments or pass long data to stdin or things like that usually required for exploiting crackmes :) It is useful when you have to run a program using long arguments or pass long data to stdin or things like that usually are required for exploiting crackmes :)
.Sh DIRECTIVES .Sh DIRECTIVES
.Pp .Pp
The rr2 (rarun2) configuration file accepts the following directives, described as key=value entries and comments defined as lines starting with '#'. The rr2 (rarun2) configuration file accepts the following directives, described as key=value entries and comments defined as lines starting with '#'.
@ -34,8 +34,8 @@ run the program in chroot. requires some previous setup
unset the whole environment unset the whole environment
.It Ar core .It Ar core
set no limit the core file size set no limit the core file size
.It Ar time .It Ar times
boolean value (true|false) to show ms in base10 to stderr after program execution boolean value (true|false) to print runtime in milliseconds to stderr after program execution
.It Ar connect .It Ar connect
connect stdin/stdout/stderr to a socket connect stdin/stdout/stderr to a socket
.It Ar pty .It Ar pty
@ -140,7 +140,7 @@ Connecting a program to a socket
$ nc \-l 9999 $ nc \-l 9999
$ rarun2 program=/bin/ls connect=localhost:9999 $ rarun2 program=/bin/ls connect=localhost:9999
.Pp .Pp
Debugging a program redirecting io to another terminal Debugging a program redirecting IO to another terminal
.Pp .Pp
## open a new terminal and type 'tty' to get ## open a new terminal and type 'tty' to get
$ tty ; clear ; sleep 999999 $ tty ; clear ; sleep 999999

View File

@ -10,7 +10,7 @@
.Op Fl o Ar outfile .Op Fl o Ar outfile
.Ar file .Ar file
.Sh DESCRIPTION .Sh DESCRIPTION
radiff2 implements many binary diffing algorithms for data and code. rasign2 collects signatures into a database file
.Pp .Pp
.Bl -tag -width Fl .Bl -tag -width Fl
.It Fl a .It Fl a