Re: How Can I Prevent "Digital Signature Not Found" Dialog Box by a Program While Installing an Un

. Maybe install a global windows hook that watches for the
dialog, hide the dialog when it comes up, then simulate the appropriate
button press?

xxxxx@sunplus.com.tw wrote:

> Hi all,
>
> As title, thanks.
>
>
>
>
>


Nick Ryan (MVP for DDK)

Get a small driver digitally signed from Microsoft that has code in it to
read the registry and load in that code into the digitally signed driver.
Now when you want anybody to load and nondigitally signed driver just let
then use this spoof small digitally signed driver. From within the
digitally signed driver allocate the nonpaged memory, load the necessary
sys file, do your relocation etc as a loader would then JUMP to the
non-digitally signed code.