- rpcgen
- rpcbind running (install if needed, and run the command 'rpcbind' to start it)
- ebpf-verifier cloned and compiled (https://github.com/vbpf/ebpf-verifier)
Run 'src/build.sh'
Run 'sudo env PREVAIL_PATH={prevail check executable} .build/service/bpf_svc'
- 'check' executable should be found under ebpf-verifier root folder after compilation
For verification only: run '.build/samples/verification_test {bpf compiled file}'
- ebpf-verifier repo has many sample files under 'ebpf-samples/'
- ebpf-samples/invalid contains some invalid files for testing