I dont have the linker option in Visual Studio 2013 How to enable it? My project is C#. I want to enable disable ASLR, DEP features for specific DLLs
I want to see the settings related to /DYNAMICBASE https://learn.microsoft.com/en-us/cpp/build/reference/dynamicbase-use-address-space-layout-randomization?view=msvc-170
I did as stated in this No Linker option in Visual Studio Project Properties
Go to: Project Properties -> Configuration Manager -> General. There, under Project Defaults, change the Configuration Type to either Dynamic Library or Application. Click on Apply. Then you should see the Linker tab added to the menu on the left.