DragonFlyBSD Kernel Audit
DF-0547 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# Build the DF-0547 conceptual PoC (prints explanation; netmap not loadable).
set -e
cc -o df0547 df0547.c
echo "built ./df0547"