keyolk

Results 11 comments of keyolk

@SuperQ /proc/mounts here ``` proc /proc proc rw,relatime 0 0 sysfs /sys sysfs rw,relatime 0 0 devtmpfs /dev devtmpfs rw,relatime,size=24708776k,nr_inodes=6177194,mode=755 0 0 devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=000 0 0 tmpfs /dev/shm...

@SuperQ Actually it is mounted like below ``` $ cat /etc/fstab # # /etc/fstab # Created by anaconda on Tue Jun 21 16:50:34 2016 # # Accessible filesystems, by reference,...

@edsiper Thanks. If it takes long time. It would be better to start changing my plugin to C based thing. : ( Hope it supports the API soon.

@edsiper I have to send my logs through raw TCP based protocol. Now I do copy&modify C based fluentd output plugin. : )

Well ... seems it just find matching executable name from the process map https://github.com/benfred/py-spy/commit/b0eaa455fb2494ffce219bee84b92510930e8171 So no luck with uwsgi? It works after updating the regex pattern for libpython!

Thanks you : ) Could you inform me how an expression is generated on each CVE ? And is there a way to check which of CVEs are not covered...

@sjvermeu Do we cant use some of file signature to match exact file and CPE ID ? like Hash value.

@mathetake I'm trying, but it seems I can't build the latest envoy revision on my laptop. Don't know why it consumes more than 30 GB to build since 1.34. Do...

@yonghong-song The python I test built with dtrace already. No issue with bpftrace but got the error with ucalls what I tested with bpftrace ```bash bpftrace -e 'usdt:/proc/146304/root/usr/lib/libpython3.8-pyston2.3.so.1.0:python:function__entry { printf("%s...

from my attempt the `provider_name` of `bcc_usdt_enable_fully_specified_probe` is `/proc/146304/root/usr/lib/libpython3.8-pyston2.3.so.1.0 python` and I also tried to make it to be `/proc/146304/root/usr/lib/libpython3.8-pyston2.3.so.1.0` but no luck. ``` provider_name: /proc/146304/root/usr/lib/libpython3.8-pyston2.3.so.1.0 probe_name: function__entry ``` I...