#!/bin/sh
# build.sh - DF-0922 PoC build (no compilation needed; pure shell PoC)
set -e
echo "[*] DF-0922: pure-shell PoC, no build step required"
echo "[*] leak_kptr.sh is ready to run"
exit 0
