point point point point

This commit is contained in:
pbonilla 2024-04-17 12:28:34 +02:00
parent 9b39864ee8
commit 6d6a5952f8
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ _start:
; inc r9 ; inc r9
; jmp encrypt ; jmp encrypt
; end_encrypt: ; end_encrypt:
mov rdx, 10 mov rdx, 14
mov rax, 1 mov rax, 1
syscall syscall
pop rdx pop rdx
@ -32,6 +32,6 @@ _start:
pop rax pop rax
jmp 0x00000000 ;for now it needs to be the first jmp jmp 0x00000000 ;for now it needs to be the first jmp
msg db "..WOODY..",10 msg db "....WOODY....",10
text_section dq 0xbabababababababa text_section dq 0xbabababababababa
section_sisze dq 0xcacacacacacacaca section_sisze dq 0xcacacacacacacaca