Add mention of str.search.* variables in the help of iz and izz (#4433)

This commit is contained in:
Aditya Maheshwari 2024-04-16 02:23:38 -04:00 committed by GitHub
parent 36ce78bc38
commit c5d2e3f132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -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,
};

View file

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