mirror of
https://github.com/h3xduck/TripleCross.git
synced 2025-12-20 16:53:07 +08:00
4 lines
87 B
Bash
4 lines
87 B
Bash
|
|
#/bin/sh
|
||
|
|
|
||
|
|
$(dirname "$0")/bpftool btf dump file ${1:-/sys/kernel/btf/vmlinux} format c
|