Ч
Size: a a a
Ч
fz
format PE Console
include 'win32a.inc'
entry start
section '.data' data readable writeable
paramStr db '%s', 0
helloStr db 'Hello, World!', 10, 0
section '.code' code readable executable
start:
push helloStr
push outStr
call [printf]
call [getch]
call [ExitProcess]
section '.idata' import data readable writeable
library kernel32, 'kernel32.dll', \
msvcrt, 'msvcrt.dll'
import msvcrt, printf, 'printf', \
getch, '_getch'
import kernel32, ExitProcess, 'ExitProcess'
Ч
fz
IM
АШ
АШ
АШ
AV
АШ
𝐦
𝐦