mirror of
https://github.com/NaC-L/Mergen.git
synced 2026-05-12 09:40:34 +00:00
6 lines
55 B
NASM
6 lines
55 B
NASM
section .text
|
|
|
|
global main
|
|
main:
|
|
mov rax, fs:[0x30]
|
|
ret |