Replies: 1 comment 6 replies
-
You can
P.S.: Hopefully this should make things clearer for the next person: #1267 |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to use bpf2go on a VM but that VM doesn't have go, so I can only install the bpf2go binary from my PC using go install then export the binary to the VM.
So I was wondering why it has to be invoked by go, as it said, bpf2go was inspired by bpftool, then I guess it should be able to run independently.
Beta Was this translation helpful? Give feedback.
All reactions