DF-0933 / build.sh
#!/bin/sh # DF-0933 build: deterministic harness + NTFS image. # Run on the HOST (this script invokes vm.sh to build inside the guest too). set -e cd "$(dirname "$0")" echo "[build] crafting NTFS image (DF-0933 trigger: 01 80 00)" python3 craft_img.py ntfs_evil.img echo "[build] done. harness.c is compiled inside the guest by run.sh." echo "BUILD_DONE" |