fshahinfar1 / kashk

Generate BPF kernel offload from source code of applications
1 stars 0 forks source link

How to handle complexity limit when generating BPF programs? #34

Open fshahinfar1 opened 4 months ago

fshahinfar1 commented 4 months ago

When analyzing large programs (e.g., HTTP server) the tool generates a complex BPF program. It will not pass the verifier and won't be loaded to the kernel. How am I going to solve this issue?