You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BPF verifier log level 2 dumps all states of the program explored by the verifier.
The main challenge in supporting it in the bpfvv is understanding distinct states from a linear log, and then adding a UI that allow to conveniently explore them.