Inline Assembler. windows register kernel32.dll
Posted
by JoeyAbra
on Stack Overflow
See other posts from Stack Overflow
or by JoeyAbra
Published on 2010-05-26T22:10:47Z
Indexed on
2010/05/26
22:21 UTC
Read the original article
Hit count: 218
Would somebody please tell me whats wrong with this code I am just calling a Sleep function from the kernel32.dll What's wrong? I am using Visual Studio 2008. Any help would be grateful. Thank you very much.
__asm
{
mov eax, 77e2ef66h
push 9999
call eax
}
© Stack Overflow or respective owner