Fix help messages for 'g'

This commit is contained in:
pancake 2013-08-29 04:47:27 +02:00
parent 0c108154b5
commit edeb53d855
2 changed files with 2 additions and 1 deletions

View File

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

View File

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