On 05/29/2011 12:18 PM, Arnon Gilboa wrote:
Enable image randomized base address, hindering some types of security attacks by making it more difficult for an attacker to predict target addresses. --- client/windows/redc.vcproj | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj index 519c96e..ed0cc09 100644 --- a/client/windows/redc.vcproj +++ b/client/windows/redc.vcproj @@ -249,7 +249,7 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" + RandomizedBaseAddress="2" DataExecutionPrevention="0" TargetMachine="1" /> @@ -333,7 +333,7 @@ SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" + RandomizedBaseAddress="2" DataExecutionPrevention="0" TargetMachine="17" />
Ack. _______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
