This website requires JavaScript.
Explore
Help
Sign In
kyle
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
sandbox
/
ebpf
/
hello2.c
6 lines
84 B
C
Raw
Permalink
Blame
History
int
kprobe__sys_read
(
void
*
ctx
)
{
bpf_trace_printk
(
"
Hello, world
\n
"
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink