mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
Add rax2 -D in the help message
This commit is contained in:
parent
608d10dc4b
commit
67752c4d14
@ -94,6 +94,7 @@ static int help() {
|
|||||||
" -B str -> bin ; rax2 -B hello\n"
|
" -B str -> bin ; rax2 -B hello\n"
|
||||||
" -d force integer ; rax2 -d 3 -> 3 instead of 0x3\n"
|
" -d force integer ; rax2 -d 3 -> 3 instead of 0x3\n"
|
||||||
" -e swap endianness ; rax2 -e 0x33\n"
|
" -e swap endianness ; rax2 -e 0x33\n"
|
||||||
|
" -D base64 decode ;\n"
|
||||||
" -E base64 encode ;\n"
|
" -E base64 encode ;\n"
|
||||||
" -f floating point ; rax2 -f 6.3+2.1\n"
|
" -f floating point ; rax2 -f 6.3+2.1\n"
|
||||||
" -F stdin slurp C hex ; rax2 -F < shellcode.c\n"
|
" -F stdin slurp C hex ; rax2 -F < shellcode.c\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user