Closed golovach closed 11 months ago
Hi! This is unfortunately a well known limitation of our eBPF probe: https://github.com/falcosecurity/libs/issues/279 I have yet to find the spare time to work on that :) Can't promise any ETA, sorry!
Hey @golovach! This feature is coming in the next sysdig release (0.35.0) :)
Hello
I am facing a problem of tracking 32 bit applications on 64 bit Ubuntu host when using BPF probe. Steps to reproduce:
gcc-multilib
packagegcc -m32 -static test_app.c -o test_app_32
sysdig -B
)Here is an example of such an application:
I can not see write and getpid sycalls. I will appreciate any comment on this