Hi,
I have a very basic DLL injection code (using CreateRemoteThread), but i am unable to get it to work under windows 7 64bit.
I have done some research and i understand that in order to inject 64 bit process my code should be 64bit too, but i prefer not to do it just yet until i am getting my basic code run,
so after i inject a 32bit process (like pythonw.exe) i am don't see that it's working ( i should get a MessageBox from the injected DLL).
I have tried to run it as Administrator and as non admin account but still it doesn't work.
I have tried to inject a user session process (something like python IDLE (pythonw.exe)), but no avail.
It there any way to make it to work?
I have a very basic DLL injection code (using CreateRemoteThread), but i am unable to get it to work under windows 7 64bit.
I have done some research and i understand that in order to inject 64 bit process my code should be 64bit too, but i prefer not to do it just yet until i am getting my basic code run,
so after i inject a 32bit process (like pythonw.exe) i am don't see that it's working ( i should get a MessageBox from the injected DLL).
I have tried to run it as Administrator and as non admin account but still it doesn't work.
I have tried to inject a user session process (something like python IDLE (pythonw.exe)), but no avail.
It there any way to make it to work?