79086709

Date: 2024-10-14 15:14:50
Score: 1.5
Natty:
Report link

For syscall hooking particularly, raw tracepoing is being triggered first. The raw tracepoint sys_enter is specified at entry point of all syscalls (do_syscall_x64 ...), then to be dispatched to the actual handler (eg: __x64_sys_execve or __ia32_sys_execve).

Double-check it on your own: https://elixir.bootlin.com/linux/v5.8/source/arch/x86/entry/common.c#L368

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: matt