point point point point
This commit is contained in:
parent
9b39864ee8
commit
6d6a5952f8
4
print.s
4
print.s
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue