DragonFlyBSD Kernel Audit
DF-0770 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-0770 build script.
# Build the runtime corroboration PoC (regression + flushing pressure).
set -e
cd "$(dirname "$0")"
cc -O2 -o df0770 df0770_hammer_flush_error.c
echo "BUILD_OK: df0770"
ls -l df0770