This commit is contained in:
Axura 2026-05-18 16:50:36 +08:00
parent 31ac27ea2c
commit baa990a599
3 changed files with 202 additions and 25 deletions

View file

@ -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