Add rax2 -D in the help message

This commit is contained in:
pancake 2017-06-06 19:24:53 +02:00
parent 608d10dc4b
commit 67752c4d14

View File

@ -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"