DragonFlyBSD Kernel Audit
DF-2460 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
# build.sh - build the malicious target + initiator driver for DF-2460
cc -o mtarget mtarget.c
cc -o idrv idrv.c