diff options
Diffstat (limited to 'attack_code/victim_v10/build.sh')
-rwxr-xr-x | attack_code/victim_v10/build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/attack_code/victim_v10/build.sh b/attack_code/victim_v10/build.sh new file mode 100755 index 000000000..07897b62d --- /dev/null +++ b/attack_code/victim_v10/build.sh @@ -0,0 +1 @@ +gcc -O2 -o ../../attack_v10 attack_v10.c victim_v10.c -static |