bpftrace

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()}'