ADDRESS OF ENTRY POINT


Meaning of ADDRESS OF ENTRY POINT in English

Address of entry point, relative to image base, when executable file is loaded into memory.

For program images, this is the starting address.

For device drivers, this is the address of the initialization function.

An entry point is optional for DLLs.

The value of entry point is typically one of the Win32 API function: WinMain (for an .EXE file) or DllEntryPoint (for a DLL).

Code analysis English vocabulary.      Английский словарь анализа кода.