problems with 4.0.1, 4.0.2 and Windows 10 x86

c++ / delphi package - dll injection and api hooking
Post Reply
Bevan Collins
Posts: 42
Joined: Fri Jul 07, 2006 2:50 am

problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by Bevan Collins »

Hi Madshi,

we have experienced problems with permanent dll injection with the latest releases on Windows 10 x86. Even if the injected dll does nothing, after reboot a CRITICAL_PROCESS_DIED BSOD would occur.
I am using the following API to register the injection:
InjectLibrary(INJECTION_DRIVER_NAME, INJECTION_DLL, ALL_SESSIONS, TRUE, TRUE, NULL);

Reverting back to madCodeHook 4.0 fixed this problem.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by madshi »

Can you try this beta?

http://madshi.net/madCollectionBeta.exe (installer 2.8.2.2)
Bevan Collins
Posts: 42
Joined: Fri Jul 07, 2006 2:50 am

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by Bevan Collins »

same problem with beta
Bevan Collins
Posts: 42
Joined: Fri Jul 07, 2006 2:50 am

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by Bevan Collins »

when investigating the problem I was slowing figuring out the process names that were causing the problem before I reverted to 4.0. If the exclude mask was "dwm.exe|fontdrvhost.exe|log*.exe|lsass.exe|s*.exe|w*.exe", Windows started normally. Hope this helps.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by madshi »

I'm aware of problems with fontdrvhost.exe, but these should be fixed in the latest beta. Did you also update the drivers, when testing the latest beta?
Bevan Collins
Posts: 42
Joined: Fri Jul 07, 2006 2:50 am

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by Bevan Collins »

When I tested the beta, I updated everything but I didn't use an exclude mask when injecting.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by madshi »

Argh, that's bad to hear... :(
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by madshi »

How about this build, does it fix the problem without needing the exclusions?

http://madshi.net/madCollectionBeta.exe (installer 2.8.2.13)
Bevan Collins
Posts: 42
Joined: Fri Jul 07, 2006 2:50 am

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by Bevan Collins »

no, still the same problem with madCollectionBeta.exe (2.8.3.0)
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: problems with 4.0.1, 4.0.2 and Windows 10 x86

Post by madshi »

That is surprising, and disappointing. You did update the driver, too?
Post Reply