summaryrefslogtreecommitdiff
path: root/attack_code/evict_load/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'attack_code/evict_load/build.sh')
-rwxr-xr-xattack_code/evict_load/build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/attack_code/evict_load/build.sh b/attack_code/evict_load/build.sh
new file mode 100755
index 000000000..6235809c6
--- /dev/null
+++ b/attack_code/evict_load/build.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+nasm -f elf64 victim.asm
+gcc -O2 -o ../../attack attack.c victim.o