Closed LikeTheWindGone closed 1 year ago
Hi, where did you get your bpftool binary from? Ubuntu packages bpftool without the JIT disassembler, so if you installed from the APT repositories, this is expected. If you compiled yourself, this means that you (likely) didn't have the relevant libraries for supporting the feature.
In both cases, you'll have to get a new binary:
yes, i get my bpftool from ubuntu apt repositories, thank you
after loading .o file to kernel, use
to see disassembly code , but the output is
platform: ubuntu 23 on vmware bpftool version: bpftool v7.1.0 using libbpf v1.1
how to fix that?