Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CSP FuncVerifyImage issue on Vista + IE

4 views
Skip to first unread message

Juan Segarra

unread,
Jun 8, 2007, 12:07:29 PM6/8/07
to
Hi all. Our CSP loads a DLL at runtime and verifies its signature with
the following piece of code:

if ( ! pVTable->FuncVerifyImage(szDllName, NULL) ) {
ok = FALSE;
goto endCPAcquireContext;
}

Where szDllName is the absolute path to the DLL. This works ok on
Windows XP.

In Vista, this piece of code works fine when CSP is called from
command line (it passes also CSP Test Suite). However when loaded from
Internet Explorer, this peace of code is not working.

Is there any issue related with IE and this function pointer?

When kernel debugger is attached to the machine all works fine (i
supose because of signature verification is not done).

Thanks in advance :-)

0 new messages