Sabitlenmiş Tweet

section .data
msg db 0x65,0x75,0x20,0x74,0x65,0x20,0x61,0x6d,0x6f,0x00
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 9
int 0x80
mov eax, 1
int 0x80
from: @kemuriwso
to: @curio20k
English




















