News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Window without Imports

Started by thomasantony, April 07, 2005, 04:14:03 PM

Previous topic - Next topic

Vortex

AeroASM,

It works on Win Xp Home Sp2. Nice work :U

roticv

Hey,


push dword ptr [esp+16]
push dword ptr [esp+16]
push dword ptr [esp+16]
push dword ptr [esp+16]
call _DefWindowProc
ret 16

Could be replaced by
jmp _DefWindowProc

AeroASM

I tried that and it didn't work.

By the way, the code to get the import addresses was nicked from the MASM32 examples.