1 2 3 4 5 6
#!/bin/sh # Build DF-2436 PoC on the DragonFlyBSD guest. cd "$(dirname "$0")" cc -O2 -o dm_crypt_uninit dm_crypt_uninit.c -lprop echo "BUILD_EXIT=$?" ls -l dm_crypt_uninit