Open a website after injection

Posts 12 of 2 · Page 1 of 1
Open a website after injection
Hey

Just wondering, How do i open a website after injection?
This is the end of my code.

I think its Shell.Execute(".")
Im not sure, Can someone please help me out.

Here is the end of my code:

Code:
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); //create the hackthread
break;
}
return TRUE;
}
Thanks,
acid_buRn
In this case use

System.Diagnostics.Process.Start("IExplore.exe",http://www.g o ogle.com);

however, Shell.Execute("IExplore.exe",http://www.g o ogle.com); may work
Posts 12 of 2 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?