1 2 3 4 5 6 7
#!/bin/sh # DF-0860 build script. The PoC compiles unprivileged (the run is root-only). set -e cd "$(dirname "$0")" cc -O2 -o df0860 df0860.c echo "built df0860" ls -l df0860