[go: up one dir, main page]

Module subsystem

Source
Expand description

Constants for subsystems required to run image files. These constants are used in the goblin::pe::optional_header::WindowsFields::subsystem field.

Constantsยง

IMAGE_SUBSYSTEM_EFI_APPLICATION
An Extensible Firmware Interface (EFI) application.
IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER
An EFI driver with boot services.
IMAGE_SUBSYSTEM_EFI_ROM
An EFI ROM image.
IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER
An EFI driver with run-time services.
IMAGE_SUBSYSTEM_NATIVE
Device drivers and native Windows processes.
IMAGE_SUBSYSTEM_NATIVE_WINDOWS
Native Win9x driver.
IMAGE_SUBSYSTEM_OS2_CUI
The OS/2 character subsystem.
IMAGE_SUBSYSTEM_POSIX_CUI
The Posix character subsystem.
IMAGE_SUBSYSTEM_UNKNOWN
An unknown subsystem.
IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION
Windows boot application.
IMAGE_SUBSYSTEM_WINDOWS_CE_GUI
Windows CE.
IMAGE_SUBSYSTEM_WINDOWS_CUI
The Windows character subsystem.
IMAGE_SUBSYSTEM_WINDOWS_GUI
The Windows graphical user interface (GUI) subsystem.
IMAGE_SUBSYSTEM_XBOX
XBOX.