954,479 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Open browser

hi! how can I make this run? I got lots of errors about the shellexcute part... i need help...

.386
.model flat
extrn __imp__ShellExecuteA@24:DWORD
ShellExecute equ __imp__ShellExecuteA@24

.const

URL db 'http://www.sfogs.com/', 0

.code

_rasengan:

push 0
push 0
push 0
push offset URL
push 0
push 0
call ShellExecute

sub eax, eax

ret

end _rasengan

guh
Newbie Poster
1 post since Oct 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You