DragonFlyBSD Kernel Audit
DF-0020 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/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"