Module stringify

Module stringify 

Source
Expand description

Stringify image constants.

Structs§

DebugType
Stringifies the IMAGE_DEBUG_TYPE_* constants for IMAGE_DEBUG_DIRECTORY::Type.
DirectoryEntry
Stringifies the IMAGE_DIRECTORY_ENTRY_* constants for IMAGE_OPTIONAL_HEADER::DataDirectory.
DllChars
Stringifies the IMAGE_DLLCHARACTERISTICS_* flag indices for IMAGE_OPTIONAL_HEADER::DllCharacteristics.
FileChars
Stringifies the IMAGE_FILE_* flag indices for IMAGE_FILE_HEADER::Characteristics.
Machine
Stringifies the IMAGE_FILE_MACHINE_* constants for IMAGE_FILE_HEADER::Machine.
OptionalMagic
Stringifies the optional header’s Magic value.
RelocType
Stringifies the IMAGE_REL_BASED_* constants for IMAGE_BASE_RELOCATION types.
ResourceName
Stringifies the RT_* constants for IMAGE_RESOURCE_DIRECTORY_ENTRY::Name.
SectionChars
Stringifies the IMAGE_SCN_* flag indices for IMAGE_SECTION_HEADER::Characteristics.
Subsystem
Stringifies the IMAGE_SUBSYSTEM_* constants for IMAGE_OPTIONAL_HEADER::Subsystem.
UnwindFlag
Stringifies the UNW_FLAG_* constants for UNWIND_INFO flags.
UnwindOp
Stringifies the UWOP_* constants for UNWIND_CODE operations.