Debugging Tools for Windows |
The Load DLLs top-down flag loads DLLs at the highest possible address.
Abbreviation | ltd |
Hexadecimal value | 0x20000000 |
Symbolic Name | FLG_LDR_TOP_DOWN |
Destination | System-wide registry entry, kernel flag, image file registry entry |
This flag is used to test 64-bit code for pointer truncation errors, because the most significant 32 bits of the pointers are not zeros. It is designed for code running on the 64-bit versions of Windows Server 2003 and later versions of Windows.