Go to file
2025-02-11 09:15:01 +01:00
src First commit 2025-02-11 09:15:01 +01:00
.gitignore First commit 2025-02-11 09:15:01 +01:00
dns-trace First commit 2025-02-11 09:15:01 +01:00
exec.sh First commit 2025-02-11 09:15:01 +01:00
Makefile First commit 2025-02-11 09:15:01 +01:00
README.md First commit 2025-02-11 09:15:01 +01:00

Introduction

Requirements

First, you need to install these packages:

apt-get install bpftool clang libbpf-dev gcc-multilib 

Clone the project and compile it:

$ git clone https://github.com/libbpf/libbpf/
cd libbpf/src && make

After that, you can execute the program: