From 940b232f26739fabf53f6525a8894e2edd0a7e8c Mon Sep 17 00:00:00 2001 From: Kevin Phongagsorn Date: Sat, 6 Jan 2018 20:01:57 -0500 Subject: [PATCH] Create compile-gcc.sh --- assignment3/compile-gcc.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 assignment3/compile-gcc.sh diff --git a/assignment3/compile-gcc.sh b/assignment3/compile-gcc.sh new file mode 100644 index 0000000..cc35682 --- /dev/null +++ b/assignment3/compile-gcc.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gcc -fno-stack-protector -z execstack $1.c -o $1