From 12daf16de6ba84305ad3b2146dcfdeb740a62126 Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Tue, 24 Jan 2023 17:23:28 +0000 Subject: [PATCH] Compose for 64bi ASLR --- Week2_Lab2/32Bit_ALSR/ret2winOne.c | 2 +- Week2_Lab2/64Bit_NoALSR/docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Week2_Lab2/32Bit_ALSR/ret2winOne.c b/Week2_Lab2/32Bit_ALSR/ret2winOne.c index 4415b56..d1f63cb 100644 --- a/Week2_Lab2/32Bit_ALSR/ret2winOne.c +++ b/Week2_Lab2/32Bit_ALSR/ret2winOne.c @@ -4,7 +4,7 @@ #include int INPUT=300; //Give enough to overflow -int BUFFER=150; +int BUFFER=125; void win(void){ /*Win Condition diff --git a/Week2_Lab2/64Bit_NoALSR/docker-compose.yaml b/Week2_Lab2/64Bit_NoALSR/docker-compose.yaml index 1ef2e8c..2f6c8a2 100644 --- a/Week2_Lab2/64Bit_NoALSR/docker-compose.yaml +++ b/Week2_Lab2/64Bit_NoALSR/docker-compose.yaml @@ -9,4 +9,4 @@ services: - "22:22" privileged: true environment: - - RUN_ALSR + - RUN_ALSR=1