#!/bin/sh
# DF-0020 PoC build: emit the crafted ELF generator and compile it.
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o elf_note_oob elf_note_oob.c
echo "BUILD_OK elf_note_oob"
