DragonFlyBSD Kernel Audit
DF-2778 / run.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# DF-2778 — run: expect "*** HIT ... (UAF reproduced) ***" on round 0
#   arg1 = rounds (default 64), arg2 = signo (default SIGUSR1; 9 = SIGKILL demo)
./uaf_notify ${1:-64} ${2:-30}