Alexandre Julliard (@julliard) commented about dlls/ntdll/unix/virtual.c:
return status; }
- if (!image_info->map_addr &&
- if (peb->OSMajorVersion > 5 && /* ASLR is supported only on Windows Vista and later */
!image_info->map_addr && (image_info->image_charact & IMAGE_FILE_DLL) && (image_info->image_flags & IMAGE_FLAGS_ImageDynamicallyRelocated))
We don't do that kind of version checks in Wine. If it's truly necessary to disable ASLR we can implement the corresponding registry key.