[][src]Module pelite::stringify

Stringify image constants.

Functions

debug_type

Stringifies the IMAGE_DEBUG_TYPE_* constants for IMAGE_DEBUG_DIRECTORY::Type.

directory_entry

Stringifies the IMAGE_DIRECTORY_ENTRY_* constants for IMAGE_OPTIONAL_HEADER::DataDirectory.

dll_chars

Stringifies the IMAGE_DLLCHARACTERISTICS_* flag indices for IMAGE_OPTIONAL_HEADER::DllCharacteristics.

file_chars

Stringifies the IMAGE_FILE_* flag indices for IMAGE_FILE_HEADER::Characteristics.

machine

Stringifies the IMAGE_FILE_MACHINE_* constants for IMAGE_FILE_HEADER::Machine.

optional_magic

Stringifies the optional header's Magic value.

reloc_type

Stringifies the IMAGE_REL_BASED_* constants for IMAGE_BASE_RELOCATION types.

rsrc_name

Stringifies the RT_* constants for IMAGE_RESOURCE_DIRECTORY_ENTRY::Name.

section_chars

Stringifies the IMAGE_SCN_* flag indices for IMAGE_SECTION_HEADER::Characteristics.

subsystem

Stringifies the IMAGE_SUBSYSTEM_* constants for IMAGE_OPTIONAL_HEADER::Subsystem.

unwind_flag

Stringifies the UNW_FLAG_* constants for UNWIND_INFO flags.

unwind_op

Stringifies the UWOP_* constants for UNWIND_CODE operations.