
My name is WeAreAnonymous, and I'm here to say hello to all of you cool people.
Let's have some fun and learn from each other!
Code:
.section .text
.globl _start
_start:
jmp main
msg:
.ascii "gjqh^%dl+!|kH<qfxO&~;CNPbY\"zS#t_@sm)av[We}*iVpTU'Z-ru$X)BEJ:ID23F1G46A57Q90"
main:
mov $1, %rax
mov $1, %rdi
mov $msg, %rsi
mov $56, %rdx
syscall
xor %rax, %rax
add $60, %rax
xor %rdi, %rdi
syscall