summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-01-22 06:30:46 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2012-01-22 06:30:46 +0100
commit84811884e7c5557ea6b1df549781b5b068c89bab (patch)
treea097e599d9550c72cde1ef86f1dab566e40a3777
parentRight dup value on 32bit. (diff)
downloadCVE-2012-0056-84811884e7c5557ea6b1df549781b5b068c89bab.tar.xz
CVE-2012-0056-84811884e7c5557ea6b1df549781b5b068c89bab.zip
Add runner.
-rwxr-xr-xbuild-and-run-exploit.sh5
1 files changed, 5 insertions, 0 deletions
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