How to use CreateRemoteThread in Win7/Vista ?
-
The program running in xp is no problem ,bu in Win7 ,it doesn't use the CreateRemoteThread to inject a dll to other process. if I use the administrator to run,is also failed ! It's there any where to do this in Win7/Vista ? ;P I found this note: http://www.codeproject.com/Messages/3625827/It-dont-work-on-64bit-win7-system.aspx[^] but I can't open the url, because the country's gateway shield it. Thanks for your reply ! Best Regards !
-
The program running in xp is no problem ,bu in Win7 ,it doesn't use the CreateRemoteThread to inject a dll to other process. if I use the administrator to run,is also failed ! It's there any where to do this in Win7/Vista ? ;P I found this note: http://www.codeproject.com/Messages/3625827/It-dont-work-on-64bit-win7-system.aspx[^] but I can't open the url, because the country's gateway shield it. Thanks for your reply ! Best Regards !
I always used SetWindowsHookEx to inject dlls into other processes.
Dr D Evans "The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s" financialpost
-
I always used SetWindowsHookEx to inject dlls into other processes.
Dr D Evans "The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s" financialpost
Thanks ! :)