DragonFlyBSD Kernel Audit
DF-0430 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0430 build — compiles the CLR mass-delete injection demonstrator (unpriv build OK).
set -e
cd "$(dirname "$0")"
cc -o inject_clr inject_clr.c
echo "BUILD_EXIT=$?"
ls -l inject_clr