Add mention of str.search.* variables in the help of iz and izz (#4433)
This commit is contained in:
parent
36ce78bc38
commit
c5d2e3f132
2 changed files with 4 additions and 0 deletions
|
|
@ -11573,6 +11573,7 @@ static const RzCmdDescArg cmd_info_strings_args[] = {
|
|||
};
|
||||
static const RzCmdDescHelp cmd_info_strings_help = {
|
||||
.summary = "List strings",
|
||||
.description = "Lists the strings; the behavior can be modified via str.search.*",
|
||||
.args = cmd_info_strings_args,
|
||||
};
|
||||
|
||||
|
|
@ -11581,6 +11582,7 @@ static const RzCmdDescArg cmd_info_whole_strings_args[] = {
|
|||
};
|
||||
static const RzCmdDescHelp cmd_info_whole_strings_help = {
|
||||
.summary = "List strings in the whole binary",
|
||||
.description = "Lists the strings of the whole binary; the behavior can be modified via str.search.*",
|
||||
.args = cmd_info_whole_strings_args,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -438,6 +438,7 @@ commands:
|
|||
- name: iz
|
||||
cname: cmd_info_strings
|
||||
summary: List strings
|
||||
description: Lists the strings; the behavior can be modified via str.search.*
|
||||
type: RZ_CMD_DESC_TYPE_ARGV_STATE
|
||||
default_mode: RZ_OUTPUT_MODE_TABLE
|
||||
modes:
|
||||
|
|
@ -449,6 +450,7 @@ commands:
|
|||
- name: izz
|
||||
cname: cmd_info_whole_strings
|
||||
summary: List strings in the whole binary
|
||||
description: Lists the strings of the whole binary; the behavior can be modified via str.search.*
|
||||
type: RZ_CMD_DESC_TYPE_ARGV_STATE
|
||||
default_mode: RZ_OUTPUT_MODE_TABLE
|
||||
modes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue