DragonFlyBSD Kernel Audit
DF-0827 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0827 PoC: build the FAT12 image crafter
set -e
cd "$(dirname "$0")"
cc -o craftfat craftfat.c
echo "BUILD_EXIT=$?"
ls -l craftfat