Quentin Monnet

Results 217 comments of Quentin Monnet

Thanks! Could you please try and compare with the libbfd-based disassembler? I'd be curious to see whereas it does the same. To do so you would need to compile with...

OK thank you. So this is probably not implemented in bpftool itself (bpftool doesn't directly implement disassembling), it likely comes from the disassemblers we use. Given than both library behave...

I think this is because we're missing the base address for the program when doing so. Looking at your numbers: ```console $ python3 -c 'print(hex(0xffffffffc377992d + 5 + 0x15aa))' 0xffffffffc377aedc...