DragonFlyBSD Kernel Audit
DF-0554 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# Build the DF-0554 PoC. Run from the DF-0554 poc directory.
set -e
cc -o df0554 df0554.c
echo "built ./df0554"