From 84811884e7c5557ea6b1df549781b5b068c89bab Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 22 Jan 2012 06:30:46 +0100 Subject: Add runner. --- build-and-run-exploit.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build-and-run-exploit.sh diff --git a/build-and-run-exploit.sh b/build-and-run-exploit.sh new file mode 100755 index 0000000..ad59c00 --- /dev/null +++ b/build-and-run-exploit.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd "$(dirname "$0")" +gcc mempodipper.c -o mempodipper +./mempodipper +rm mempodipper -- cgit v1.2.3-59-g8ed1b