mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-23 22:36:27 +00:00
Update ragg2 man page ##ragg2
This commit is contained in:
parent
bbfc4a8747
commit
39dea00faa
@ -11,7 +11,7 @@
|
||||
static int usage(int v) {
|
||||
printf ("Usage: ragg2 [-FOLsrxhvz] [-a arch] [-b bits] [-k os] [-o file] [-I path]\n"
|
||||
" [-i sc] [-e enc] [-B hex] [-c k=v] [-C file] [-p pad] [-q off]\n"
|
||||
" [-S string] [-dDw off:hex] file|f.asm|-\n");
|
||||
" [-S string] [-f fmt] [-nN dword] [-dDw off:hex] file|f.asm|-\n");
|
||||
if (v) {
|
||||
printf (
|
||||
" -a [arch] select architecture (x86, mips, arm)\n"
|
||||
|
@ -81,12 +81,20 @@ use default output file (filename without extension or a.out)
|
||||
add include path
|
||||
.It Fl s
|
||||
show assembler code
|
||||
.It Fl S
|
||||
append a string
|
||||
.It Fl r
|
||||
show raw bytes instead of hexpairs
|
||||
.It Fl x
|
||||
execute (just-in-time)
|
||||
.It Fl L
|
||||
list all plugins (shellcodes and encoders)
|
||||
.It Fl h
|
||||
show this help
|
||||
.It Fl z
|
||||
output in C string syntax
|
||||
.It Fl v
|
||||
show version
|
||||
.El
|
||||
.Sh EXAMPLE
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user