Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Definition at line 310 of file pe_specs.h.
ut32 Pe64_image_optional_header::AddressOfEntryPoint |
Definition at line 318 of file pe_specs.h.
ut32 Pe64_image_optional_header::BaseOfCode |
Definition at line 319 of file pe_specs.h.
ut32 Pe64_image_optional_header::CheckSum |
Definition at line 333 of file pe_specs.h.
Pe64_image_data_directory Pe64_image_optional_header::DataDirectory[PE_IMAGE_DIRECTORY_ENTRIES] |
Definition at line 342 of file pe_specs.h.
ut16 Pe64_image_optional_header::DllCharacteristics |
Definition at line 335 of file pe_specs.h.
ut32 Pe64_image_optional_header::FileAlignment |
Definition at line 323 of file pe_specs.h.
ut64 Pe64_image_optional_header::ImageBase |
Definition at line 321 of file pe_specs.h.
ut32 Pe64_image_optional_header::LoaderFlags |
Definition at line 340 of file pe_specs.h.
ut16 Pe64_image_optional_header::Magic |
Definition at line 312 of file pe_specs.h.
ut16 Pe64_image_optional_header::MajorImageVersion |
Definition at line 326 of file pe_specs.h.
ut8 Pe64_image_optional_header::MajorLinkerVersion |
Definition at line 313 of file pe_specs.h.
ut16 Pe64_image_optional_header::MajorOperatingSystemVersion |
Definition at line 324 of file pe_specs.h.
ut16 Pe64_image_optional_header::MajorSubsystemVersion |
Definition at line 328 of file pe_specs.h.
ut16 Pe64_image_optional_header::MinorImageVersion |
Definition at line 327 of file pe_specs.h.
ut8 Pe64_image_optional_header::MinorLinkerVersion |
Definition at line 314 of file pe_specs.h.
ut16 Pe64_image_optional_header::MinorOperatingSystemVersion |
Definition at line 325 of file pe_specs.h.
ut16 Pe64_image_optional_header::MinorSubsystemVersion |
Definition at line 329 of file pe_specs.h.
ut32 Pe64_image_optional_header::NumberOfRvaAndSizes |
Definition at line 341 of file pe_specs.h.
ut32 Pe64_image_optional_header::SectionAlignment |
Definition at line 322 of file pe_specs.h.
ut32 Pe64_image_optional_header::SizeOfCode |
Definition at line 315 of file pe_specs.h.
ut32 Pe64_image_optional_header::SizeOfHeaders |
Definition at line 332 of file pe_specs.h.
ut64 Pe64_image_optional_header::SizeOfHeapCommit |
Definition at line 339 of file pe_specs.h.
ut64 Pe64_image_optional_header::SizeOfHeapReserve |
Definition at line 338 of file pe_specs.h.
ut32 Pe64_image_optional_header::SizeOfImage |
Definition at line 331 of file pe_specs.h.
ut32 Pe64_image_optional_header::SizeOfInitializedData |
Definition at line 316 of file pe_specs.h.
ut64 Pe64_image_optional_header::SizeOfStackCommit |
Definition at line 337 of file pe_specs.h.
ut64 Pe64_image_optional_header::SizeOfStackReserve |
Definition at line 336 of file pe_specs.h.
ut32 Pe64_image_optional_header::SizeOfUninitializedData |
Definition at line 317 of file pe_specs.h.
ut16 Pe64_image_optional_header::Subsystem |
Definition at line 334 of file pe_specs.h.
ut32 Pe64_image_optional_header::Win32VersionValue |
Definition at line 330 of file pe_specs.h.