mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
Add help message for r2 -0
This commit is contained in:
parent
a661d916e4
commit
dbbc961454
@ -69,6 +69,7 @@ static int main_help(int line) {
|
||||
printf ("Usage: r2 [-dDwntLqv] [-P patch] [-p prj] [-a arch] [-b bits] [-i file]\n"
|
||||
" [-s addr] [-B blocksize] [-c cmd] [-e k=v] file|-\n");
|
||||
if (line != 1) printf (
|
||||
" -0 Print \\x00 after init and every command\n"
|
||||
" -a [arch] set asm.arch\n"
|
||||
" -A run 'aa' command to analyze all referenced code\n"
|
||||
" -b [bits] set asm.bits\n"
|
||||
|
@ -15,7 +15,7 @@ radare2 \- Advanced commandline hexadecimal editor, disassembler and debugger
|
||||
.Op Fl p Ar project
|
||||
.Op Fl P Ar patch
|
||||
.Op Fl s Ar addr
|
||||
.Op Fl AdDwntLqv
|
||||
.Op Fl 0AdDwntLqv
|
||||
.Ar file
|
||||
.Sh DESCRIPTION
|
||||
radare2 is a commandline hexadecimal editor.
|
||||
@ -26,6 +26,8 @@ This manpage is not updated yet. Feel free to contribute.
|
||||
.Pp
|
||||
The options are:
|
||||
.Bl -tag -width Fl
|
||||
.It Fl 0
|
||||
Print \\x00 after initialization and after every command executed
|
||||
.It Fl a Ar arch
|
||||
force asm.arch (x86, ppc, arm, mips, bf, java, ...)
|
||||
.It Fl A
|
||||
|
Loading…
Reference in New Issue
Block a user