Page 1 of 1

Injection error in 64 bit processes on Windows 8.1

Posted: Tue Nov 12, 2013 2:16 pm
by manutai
I am trying to inject a DLL in 64 bit processes on Windows 8.1

It is successfully injected in running processes.
But any new process created afterwards fails to start.

For instance, if I try to open task manager, it gives 'File system error : 1073741819'.

What can be the possible problem?

Re: Injection error in 64 bit processes on Windows 8.1

Posted: Tue Nov 12, 2013 3:25 pm
by madshi
That sounds weird. Does this happen with the demos, too?

http://madshi.net/HookProcessCreation.zip
http://madshi.net/PrintMonitor.zip

If not, there's probably something wrong with your code somewhere.

Re: Injection error in 64 bit processes on Windows 8.1

Posted: Mon Dec 09, 2013 5:47 am
by manutai
Yes. I got the error. Thanks for a quick response.

Re: Injection error in 64 bit processes on Windows 8.1

Posted: Mon Dec 09, 2013 11:23 am
by madshi
You mean you get the same file system error complaint when running the demos? Did you run the demos without recompiling them yourself? FWIW, on my PC, there's no problem at all running the demos on Windows 8.1.