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 :-)