mirror of
https://github.com/4xura/CVE-2026-31431-Copy-Fail.git
synced 2026-05-26 05:10:50 +00:00
6 lines
178 B
Text
6 lines
178 B
Text
kprobe:af_alg_sendmsg /comm == "copyfail_poc"/
|
|
{
|
|
$msg = (struct msghdr *)arg1;
|
|
printf("af_alg_sendmsg: size=0x%lx msg_flags=0x%x\n",
|
|
arg2, $msg->msg_flags);
|
|
}
|