aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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