adbdguard/bpf/make.sh
Pakin 50bd00b77b v0.1.1 testing backends (break a lot!)
- ptrace: parallel & v2 (daemon + seize)
- bpf: not working
- uprobe: not working
2025-08-29 09:17:29 +07:00

5 lines
127 B
Bash
Executable file

INCDIR=/usr/include
clang -O2 -g -target bpf \
-D__TARGET_ARCH_arm64 \
-I"$INCDIR" \
-c sendrecv.bpf.c -o sendrecv.bpf.o