.. / Image loader

Description:

The image loader or also known internally as Ldr, is responsible for most of the initialization work of a user-mode process and resides in the user-mode system DLL (Ntdll.dll) and not in the kernel library.

The image loader can perform some of the following tasks:



Image loader Image

Functions:

Ntdll.dll

LdrGetDllHandle

LdrGetProcedureAddress

LdrLoadDll

LdrQueryProcessModuleInformation

LdrShutdownProcess

LdrShutdownThread

LdrUnloadDll

NtLoadDriver

RtlImageNtHeader

RtlImageRvaToVa


References: