#!/bin/sh nasm -f elf64 victim.asm gcc -O2 -o ../../attack attack.c victim.o