DragonFlyBSD Kernel Audit
DF-2446 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Build DF-2446 PoC on the DragonFlyBSD guest.
set -e
cd "$(dirname "$0")"
cc -O0 -g -o dm_uninit_msg dm_uninit_msg.c -lprop
echo "BUILD_EXIT=$?"
ls -l dm_uninit_msg