DragonFlyBSD Kernel Audit
DF-2594 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2594 build: compile the image forger (links kernel CRC sources).
# Run on the guest as root, from the poc/DF-2594 directory.
set -e
cc -I/usr/src/sys -o forge forge.c
echo "built ./forge"