mov 0x90 to runtimes address

This commit is contained in:
pbonilla 2024-04-16 13:56:58 +02:00
parent d1c86e7165
commit 95bac7cadf
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ _start:
mov rdi, 1
lea rsi, [rel msg]
mov byte[rsi - 317], 0x90
mov rdx, 10
mov rax, 1
syscall