[go: up one dir, main page]

Module load_config

Module load_config 

Source

Structs§

LoadConfigCodeIntegrity
Represents the code integrity configuration used in load configuration.
LoadConfigData
Represents a PE load config directory data.
LoadConfigDirectory
Represents the 32/64-bit Load Configuration directory structure of a PE file.

Constants§

DONT_RESOLVE_DLL_REFERENCES
Indicate that the system does not resolve DLL references for the loaded module.
IMAGE_GUARD_CASTGUARD_PRESENT
Indicate that the module has CastGuard instrumentation present.
IMAGE_GUARD_CFW_INSTRUMENTED
Indicate that the module performs control flow and write integrity checks.
IMAGE_GUARD_CF_ENABLE_EXPORT_SUPPRESSION
Indicate that the module enables suppression of exports.
IMAGE_GUARD_CF_EXPORT_SUPPRESSION_INFO_PRESENT
Indicate that the module contains suppressed export information and the address-taken IAT table is present.
IMAGE_GUARD_CF_FUNCTION_TABLE_PRESENT
Indicate that the module contains valid control flow target metadata.
IMAGE_GUARD_CF_INSTRUMENTED
Indicate that the module performs control flow integrity checks using system-supplied support.
IMAGE_GUARD_CF_LONGJUMP_TABLE_PRESENT
Indicate that the module contains longjmp target information.
IMAGE_GUARD_DELAYLOAD_IAT_IN_ITS_OWN_SECTION
Indicate that the delay-load import table is in its own .didat section that can be freely reprotected.
IMAGE_GUARD_EH_CONTINUATION_TABLE_PRESENT
Indicate that the module contains EH continuation target information.
IMAGE_GUARD_MEMCPY_PRESENT
Indicate that the module has Guarded Memcpy instrumentation present.
IMAGE_GUARD_PROTECT_DELAYLOAD_IAT
Indicate that the module supports read-only delay load IAT.
IMAGE_GUARD_RETPOLINE_PRESENT
Indicate that the module was built with retpoline support.
IMAGE_GUARD_RF_ENABLE
Indicate that the module requests the OS to enable return flow protection.
IMAGE_GUARD_RF_INSTRUMENTED
Indicate that the module contains return flow instrumentation and metadata.
IMAGE_GUARD_RF_STRICT
Indicate that the module requests the OS to enable return flow protection in strict mode.
IMAGE_GUARD_SECURITY_COOKIE_UNUSED
Indicate that the module does not make use of the /GS security cookie.
IMAGE_GUARD_XFG_ENABLED
Indicate that the module was built with XFG (Cross Function Guard), now deprecated.
LOAD_IGNORE_CODE_AUTHZ_LEVEL
Indicate that the system ignores the code authorization level.
LOAD_LIBRARY_AS_DATAFILE
Indicate that the DLL is loaded as a data file.
LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE
Indicate that the DLL is loaded as a data file and cannot be loaded again as an executable.
LOAD_LIBRARY_AS_IMAGE_RESOURCE
Indicate that the DLL is loaded as an image resource.
LOAD_LIBRARY_OS_INTEGRITY_CONTINUITY
Indicate that the system uses OS integrity continuity policies when loading the DLL.
LOAD_LIBRARY_REQUIRE_SIGNED_TARGET
Indicate that the DLL target must be signed.
LOAD_LIBRARY_SAFE_CURRENT_DIRS
Indicate that the current directory is searched only when it is safe to do so.
LOAD_LIBRARY_SEARCH_APPLICATION_DIR
Indicate that the system searches the application directory.
LOAD_LIBRARY_SEARCH_DEFAULT_DIRS
Indicate that the system uses the default DLL search directories.
LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR
Indicate that the system searches the directory that contains the DLL being loaded.
LOAD_LIBRARY_SEARCH_SYSTEM32
Indicate that the system searches the System32 directory.
LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER
Indicate that the system searches System32 without resolving forwarded exports.
LOAD_LIBRARY_SEARCH_USER_DIRS
Indicate that the system searches directories added with AddDllDirectory.
LOAD_PACKAGED_LIBRARY
Indicate that the DLL is loaded as a packaged library.
LOAD_WITH_ALTERED_SEARCH_PATH
Indicate that the DLL is loaded with an altered search path.