6 lines
198 B
Bash
Executable File
6 lines
198 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
clang-11 -g -O2 -target bpf -c entropy_ebpf.c -o entropy_ebpf.o
|
|
|
|
gcc utils.c argparse.c audit/file.c certificate.c speed.c entropy.c audit/fips.c main.c -lbpf -lcrypto -o cryptodit
|