PPaste!

wtf.s

Home - All the pastes - Authored by Thooms

Raw version

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
.intel_syntax

# trap for gdb
int3

# wtf is here
movabs %rax, 0x123456789abcdef
xor    %rax, 0
xor    %ax,  0
xor    %ah,  0
xor    %al,  0
xor    %eax, 0

# exit
mov %rax, 60
mov %rdi, 0
syscall