From 238452a76b747b4ca8f49999da8cf53e09dcabb2 Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Sat, 27 Jul 2024 09:21:17 +0800 Subject: [PATCH] All bugs fixed --- src/udp.asm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/udp.asm b/src/udp.asm index cb471b7..8a90880 100644 --- a/src/udp.asm +++ b/src/udp.asm @@ -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