prevail 0.1.1

eBPF Verifier using Abstract Interpretation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Force LF line endings everywhere (WSL + Windows coexistence)
* text=auto eol=lf

# Don't touch external submodules/vendored code
ebpf-samples/** -text
external/** -text

# Ensure these are always treated as binary
*.png binary
*.jpg binary
*.o binary
*.so binary
*.elf binary