Friday, March 06, 2020

ASM: Hello world using MessageBox in Windows assembly

MessageBox Hello World in Windows assembly using MASM


Pre-requisite:

To assemble:
\masm32\bin\ml /c /Zd /coff hellow.asm

To link:
\masm32\bin\Link /SUBSYSTEM:WINDOWS hellow.obj

Reference(s):
This is shamelessly using contents from Windows Assembly Programming Tutorial  by JEFF HUANG (huang6@uiuc.edu)
x86 Disassembly - link

No comments:

Test page for code formatting

netsh advfirewall firewall add rule name = "RPC Endpoint Mapper" dir = in action = allow protocol = TCP localport = 1...