DragonFlyBSD Kernel Audit
DF-2555 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2555 build script - generates the crafted NTFS image
cd "$(dirname "$0")"
python3 gen_image.py evil.ntfs
echo "Build complete: evil.ntfs"