Page 1 of 1

Configure drivers with dual signed binaries

Posted: Mon Mar 21, 2016 8:02 am
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.

Re: Configure drivers with dual signed binaries

Posted: Mon Mar 21, 2016 8:06 am
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.