diff --git a/binr/ragg2/ragg2.c b/binr/ragg2/ragg2.c index b4da969db9..8b79ee5a9e 100644 --- a/binr/ragg2/ragg2.c +++ b/binr/ragg2/ragg2.c @@ -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" diff --git a/man/ragg2.1 b/man/ragg2.1 index 49c5e4edb9..79daf6cba2 100644 --- a/man/ragg2.1 +++ b/man/ragg2.1 @@ -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