section .data
msg db 'a5traa', 0
section .text
global _start
_start:
mov eax, 4
mov ebx, 1
mov ecx, msg
mov edx, 6
int 0x80
mov eax, 1
xor ebx, ebx
int 0x80
OS : i3, macOS
Languages : C, ASM, Py
Editor : VIM, forever and ever
Debugging : Bit by bit, step by step
Motto : Seek strength. The rest will follow.