In low kernel versions, the instruction count of a single eBPF program is limited within 4096 while I want to load an eBPF program with more than 4096 instructions. I wonder if it is possible to just binary patch the compare instruction of /boot/vmlinuz which is used to check the instruction count of the eBPF program being loaded, relax the limitation and make the kernel run as normal.