Injection error in 64 bit processes on Windows 8.1

contains all delphi packages mentioned below
Post Reply
manutai
Posts: 85
Joined: Sun Aug 03, 2008 1:40 am

Injection error in 64 bit processes on Windows 8.1

Post 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?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Injection error in 64 bit processes on Windows 8.1

Post 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.
manutai
Posts: 85
Joined: Sun Aug 03, 2008 1:40 am

Re: Injection error in 64 bit processes on Windows 8.1

Post by manutai »

Yes. I got the error. Thanks for a quick response.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Injection error in 64 bit processes on Windows 8.1

Post 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.
Post Reply