DragonFlyBSD Kernel Audit
DF-0922 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# build.sh - DF-0922 PoC build (no compilation needed; pure shell PoC)
set -e
echo "[*] DF-0922: pure-shell PoC, no build step required"
echo "[*] leak_kptr.sh is ready to run"
exit 0