DragonFlyBSD Kernel Audit
DF-2956 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# build on the DragonFly guest (root)
cc -Wall -O2 -o /root/fattime_poc  fattime_poc.c
cc -Wall -O2 -o /root/findentry    findentry.c
cc -Wall -O2 -o /root/fattime_host fattime_host.c