Azure / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
42 stars 25 forks source link

LINK warning from VS 2022 #11

Open netmonitoring opened 2 years ago

netmonitoring commented 2 years ago

LINK : warning LNK4281: undesirable base address 0x3200000 for x64 image; set base address above 4GB for best ASLR optimization

What was the reason to use specific base address 0x3200000?

Should it be changed to anything else for x64?

Some details from Microsoft: here