Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_str_search.h>
Public Attributes | |
char * | string |
Pointer to the string. More... | |
ut64 | addr |
Address of the string in the RzBuffer. More... | |
ut32 | size |
Size of buffer containing the string in bytes. More... | |
ut32 | length |
Length of string in chars. More... | |
RzStrEnc | type |
String type. More... | |
Represent a detected string.
Definition at line 16 of file rz_str_search.h.
ut64 RzDetectedString::addr |
Address of the string in the RzBuffer.
Definition at line 18 of file rz_str_search.h.
Referenced by process_one_string().
ut32 RzDetectedString::length |
Length of string in chars.
Definition at line 20 of file rz_str_search.h.
Referenced by process_one_string().
ut32 RzDetectedString::size |
Size of buffer containing the string in bytes.
Definition at line 19 of file rz_str_search.h.
Referenced by process_one_string(), rz_core_meta_string_add(), and rz_scan_strings_raw().
char* RzDetectedString::string |
Pointer to the string.
Definition at line 17 of file rz_str_search.h.
Referenced by process_one_string().
RzStrEnc RzDetectedString::type |
String type.
Definition at line 21 of file rz_str_search.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), process_one_string(), and rz_core_meta_string_add().