1 2 3 4 5 6
#!/bin/sh # DF-0010 PoC build. set -e cd "$(dirname "$0")" cc -o leak_cmsgcred leak_cmsgcred.c echo "built leak_cmsgcred"