summaryrefslogtreecommitdiff
path: root/attack_code/evict_load/build.sh
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-04-10 16:00:23 +0800
committerIru Cai <mytbk920423@gmail.com>2019-04-10 16:01:44 +0800
commit612ad09b9825a032742ae2a2de20628bac97154b (patch)
treee4ebce3e6c9c8160e1dd3874547c9b1fec835679 /attack_code/evict_load/build.sh
parent368bf919c17cab706fdf19294c07600c3f436f8f (diff)
downloadgem5-612ad09b9825a032742ae2a2de20628bac97154b.tar.xz
add evice+reload attack code
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