DragonFlyBSD Kernel Audit
DF-0075 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0075 build: DIOCGSLICEINFO kernel-pointer leak PoC
set -e
cd "$(dirname "$0")"
cc -O -o poc_df0075 poc_df0075.c
echo "built: poc_df0075"