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