DragonFlyBSD Kernel Audit
DF-2884 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# Build the KLD harness on the guest (needs /usr/src and cc).
# scp poc_dfscanf.c Makefile to /root/dfscanf/ first (see README.md).
cd /root/dfscanf && make