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

#include <pe_specs.h>

Public Attributes

ut16 wLength
 
ut16 wValueLength
 
ut16 wType
 
ut16 wKeyLen
 
ut16szKey
 
ut16Value
 

Detailed Description

Definition at line 554 of file pe_specs.h.

Member Data Documentation

◆ szKey

ut16* String::szKey

Definition at line 559 of file pe_specs.h.

Referenced by free_String(), Pe_r_bin_pe_parse_string(), and Pe_r_bin_store_string().

◆ Value

ut16* String::Value

Definition at line 561 of file pe_specs.h.

Referenced by free_String(), Pe_r_bin_pe_parse_string(), and Pe_r_bin_store_string().

◆ wKeyLen

ut16 String::wKeyLen

Definition at line 558 of file pe_specs.h.

Referenced by Pe_r_bin_store_string().

◆ wLength

ut16 String::wLength

Definition at line 555 of file pe_specs.h.

Referenced by Pe_r_bin_pe_parse_string().

◆ wType

ut16 String::wType

Definition at line 557 of file pe_specs.h.

Referenced by Pe_r_bin_pe_parse_string().

◆ wValueLength

ut16 String::wValueLength

Definition at line 556 of file pe_specs.h.

Referenced by Pe_r_bin_pe_parse_string(), and Pe_r_bin_store_string().


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