mirror of
https://github.com/4xura/CVE-2026-31431-Copy-Fail.git
synced 2026-05-26 13:20:48 +00:00
6 lines
211 B
Text
6 lines
211 B
Text
kprobe:crypto_authenc_esn_decrypt /comm == "copyfail_poc"/
|
|
{
|
|
$req = (struct aead_request *)arg0;
|
|
printf("authencesn_decrypt: assoclen=0x%x cryptlen=0x%x\n",
|
|
$req->assoclen, $req->cryptlen);
|
|
}
|