^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) #include <stdio.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) int syscall_enter(openat)(void *args)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) puts("Hello, world\n");
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) return 0;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) }
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) license(GPL);