|
|
|
|
|
by chc4
703 days ago
|
|
Windows doesn't use the Linux eBPF verifier, they have their own implementation named PREVAIL[0] that is based on an abstract interpretation model that has formal small step semantics. The actual implementation isn't formally proven, however. 0: https://github.com/vbpf/ebpf-verifier |
|