Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Public Attributes | |
ut16 | wLength |
ut16 | wValueLength |
ut16 | wType |
ut16 | wKeyLen |
ut16 * | szKey |
ut16 * | Value |
Definition at line 554 of file pe_specs.h.
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().
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().
ut16 String::wKeyLen |
Definition at line 558 of file pe_specs.h.
Referenced by Pe_r_bin_store_string().
ut16 String::wLength |
Definition at line 555 of file pe_specs.h.
Referenced by Pe_r_bin_pe_parse_string().
ut16 String::wType |
Definition at line 557 of file pe_specs.h.
Referenced by Pe_r_bin_pe_parse_string().
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().