Configure drivers with dual signed binaries

c++ / delphi package - dll injection and api hooking
Post Reply
manutai
Posts: 85
Joined: Sun Aug 03, 2008 1:40 am

Configure drivers with dual signed binaries

Post by manutai »

Hi,
We need to configure Madshi drivers to inject certain DLLs which will be dual-signed (SHA-1 and SHA-256 signatures).
Just need to confirm if this can create any problem on any of the Windows OSes?
We are using version 3.0.2 of MadCHook to configure our drivers.

Appreciate your help. Thanks.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Configure drivers with dual signed binaries

Post by madshi »

madCodeHook itself doesn't really care about whether you sign dlls or drivers at all. The only reason to sign dlls right now is to avoid false positives with AV software. And the only reason to sign the drivers is to make the OS happy. So whatever signing method you want to use, as long as the OS is happy with it, so is madCodeHook.

If you want to know how to sign with SHA-1 and SHA-256 simultanously so that it works on all OSs, I don't know that. But it's not madCodeHook specific, in any case, as explained above.
Post Reply