Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Definition at line 274 of file pe_specs.h.
ut32 Pe32_image_optional_header::AddressOfEntryPoint |
Definition at line 282 of file pe_specs.h.
ut32 Pe32_image_optional_header::BaseOfCode |
Definition at line 283 of file pe_specs.h.
ut32 Pe32_image_optional_header::BaseOfData |
Definition at line 284 of file pe_specs.h.
ut32 Pe32_image_optional_header::CheckSum |
Definition at line 298 of file pe_specs.h.
Pe32_image_data_directory Pe32_image_optional_header::DataDirectory[PE_IMAGE_DIRECTORY_ENTRIES] |
Definition at line 307 of file pe_specs.h.
ut16 Pe32_image_optional_header::DllCharacteristics |
Definition at line 300 of file pe_specs.h.
ut32 Pe32_image_optional_header::FileAlignment |
Definition at line 288 of file pe_specs.h.
ut32 Pe32_image_optional_header::ImageBase |
Definition at line 286 of file pe_specs.h.
ut32 Pe32_image_optional_header::LoaderFlags |
Definition at line 305 of file pe_specs.h.
ut16 Pe32_image_optional_header::Magic |
Definition at line 276 of file pe_specs.h.
ut16 Pe32_image_optional_header::MajorImageVersion |
Definition at line 291 of file pe_specs.h.
ut8 Pe32_image_optional_header::MajorLinkerVersion |
Definition at line 277 of file pe_specs.h.
ut16 Pe32_image_optional_header::MajorOperatingSystemVersion |
Definition at line 289 of file pe_specs.h.
ut16 Pe32_image_optional_header::MajorSubsystemVersion |
Definition at line 293 of file pe_specs.h.
ut16 Pe32_image_optional_header::MinorImageVersion |
Definition at line 292 of file pe_specs.h.
ut8 Pe32_image_optional_header::MinorLinkerVersion |
Definition at line 278 of file pe_specs.h.
ut16 Pe32_image_optional_header::MinorOperatingSystemVersion |
Definition at line 290 of file pe_specs.h.
ut16 Pe32_image_optional_header::MinorSubsystemVersion |
Definition at line 294 of file pe_specs.h.
ut32 Pe32_image_optional_header::NumberOfRvaAndSizes |
Definition at line 306 of file pe_specs.h.
ut32 Pe32_image_optional_header::SectionAlignment |
Definition at line 287 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfCode |
Definition at line 279 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfHeaders |
Definition at line 297 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfHeapCommit |
Definition at line 304 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfHeapReserve |
Definition at line 303 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfImage |
Definition at line 296 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfInitializedData |
Definition at line 280 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfStackCommit |
Definition at line 302 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfStackReserve |
Definition at line 301 of file pe_specs.h.
ut32 Pe32_image_optional_header::SizeOfUninitializedData |
Definition at line 281 of file pe_specs.h.
ut16 Pe32_image_optional_header::Subsystem |
Definition at line 299 of file pe_specs.h.
ut32 Pe32_image_optional_header::Win32VersionValue |
Definition at line 295 of file pe_specs.h.