Skip to content

Commit

Permalink
All bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillerDragon committed Jul 27, 2024
1 parent 41c940c commit 238452a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/udp.asm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ send_udp:
;
; sends a udp packet to the `socket`
; make sure to fist call open_socket
mov rax, 0x414141 ; debug marker
mov eax, SYS_SENDTO ; 0x2c

xor rdi, rdi ; zero the whole rdi register
Expand Down

0 comments on commit 238452a

Please sign in to comment.