Rizin
unix-like reverse engineering framework and cli tools
RzDetectedString Struct Reference

#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...
 

Detailed Description

Represent a detected string.

Definition at line 16 of file rz_str_search.h.

Member Data Documentation

◆ addr

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().

◆ length

ut32 RzDetectedString::length

Length of string in chars.

Definition at line 20 of file rz_str_search.h.

Referenced by process_one_string().

◆ size

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().

◆ string

char* RzDetectedString::string

Pointer to the string.

Definition at line 17 of file rz_str_search.h.

Referenced by process_one_string().

◆ type


The documentation for this struct was generated from the following file: