mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
Fix help messages for 'g'
This commit is contained in:
parent
0c108154b5
commit
edeb53d855
@ -1121,7 +1121,7 @@ static int cmd_debug(void *data, const char *input) {
|
||||
" ds[ol] N step, over, source line\n"
|
||||
" do open process (reload, alias for 'oo')\n"
|
||||
" dk [sig][=act] list, send, get, set, signal handlers of child\n"
|
||||
" di [bytes] inject code on running process and execute it\n"
|
||||
" di[s] [arg..] inject code on running process and execute it (See gs)\n"
|
||||
" dp[=*?t][pid] list, attach to process or thread id\n"
|
||||
" dc[?] continue execution. dc? for more\n"
|
||||
" dr[?] cpu registers, dr? for extended help\n"
|
||||
|
@ -144,6 +144,7 @@ free (oa);
|
||||
" gc cmd=/bin/ls : set config option for shellcodes and encoders\n"
|
||||
" gc : list all config options\n"
|
||||
" gl : list plugins (shellcodes, encoders)\n"
|
||||
" gs name args : compile syscall name(args)\n"
|
||||
" gi exec : compile shellcode. like ragg2 -i\n"
|
||||
" gp padding : define padding for command\n"
|
||||
" ge xor : specify an encoder\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user