7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/usr/bin/sh
|
|
|
|
|
|
#sudo bpftool btf dump file /sys/kernel/btf/vmlinux format c > src/vmlinux.h
|
|
make clean
|
|
make all && sudo ./dns-trace -i wlp0s20f3
|