previous: >>108687506
#define __NR_get_kernel_syms 177
https://man7.org/linux/man-pages/man2/get_kernel_syms.2.html
tl;dr:
erm.... get kernel symbols
ANCIENT syscall, deprecated in favor of another syscall which itself has been deprecated since forever
see instead /proc/modules, /proc/kallsyms, and the files under the directory /sys/module
relevant resources:
man man
man syscalls
https://man7.org/linux/man-pages/
https://linux.die.net/man/
https://elixir.bootlin.com/linux/
https://elixir.bootlin.com/musl/
https://elixir.bootlin.com/glibc/