i need inject dll in safe mode

c++ / delphi package - dll injection and api hooking
Post Reply
madshi
Site Admin
Posts: 10859
Joined: Sun Mar 21, 2004 5:25 pm

Re: i need inject dll in safe mode

Post by madshi »

I've not really tried this myself yet, but a while ago I got this report from a madCodeHook user:

> I finally made it work with two changes,
> 1) add the "safeboot" registry you mentioned in your email,
> 2) and an additional "Group = File System" registry value under
> "HKLM\SYSTEM\CurrentControlSet\services\drivername".
> while I still use InstallInjectionDriver.

I had told him before that he needs to use InstallInjectionDriver and that he needs to enter his driver here:

HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal
HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network

Hope that helps?

(no difference between 3.x and 4.x for safe mode)
Post Reply