|
|
|
|
|
by tptacek
1657 days ago
|
|
It doesn't make any difference which language you use; the security promises are coming from the verifier, which is analyzing the CFG of the compiled program. C is what most people use, since the underlying APIs are in C, and since the verifier is so limiting that most high-level constructions are off the table. |
|
Just that you can even write eBPF code in more convenient languages.