Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Public Attributes | |
ut16 | e_magic |
ut16 | e_cblp |
ut16 | e_cp |
ut16 | e_crlc |
ut16 | e_cparhdr |
ut16 | e_minalloc |
ut16 | e_maxalloc |
ut16 | e_ss |
ut16 | e_sp |
ut16 | e_csum |
ut16 | e_ip |
ut16 | e_cs |
ut16 | e_lfarlc |
ut16 | e_ovno |
ut16 | e_res [4] |
ut16 | e_oemid |
ut16 | e_oeminfo |
ut16 | e_res2 [10] |
ut32 | e_lfanew |
Definition at line 39 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_cblp |
Definition at line 41 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_cp |
Definition at line 42 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_cparhdr |
Definition at line 44 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_crlc |
Definition at line 43 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_cs |
Definition at line 51 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_csum |
Definition at line 49 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_ip |
Definition at line 50 of file pe_specs.h.
ut32 Pe32_image_dos_header::e_lfanew |
Definition at line 58 of file pe_specs.h.
Referenced by rz_bin_mdmp_patch_pe_headers().
ut16 Pe32_image_dos_header::e_lfarlc |
Definition at line 52 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_magic |
Definition at line 40 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_maxalloc |
Definition at line 46 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_minalloc |
Definition at line 45 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_oemid |
Definition at line 55 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_oeminfo |
Definition at line 56 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_ovno |
Definition at line 53 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_res[4] |
Definition at line 54 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_res2[10] |
Definition at line 57 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_sp |
Definition at line 48 of file pe_specs.h.
ut16 Pe32_image_dos_header::e_ss |
Definition at line 47 of file pe_specs.h.