I've encounter in image validation error while trying to inject dll from slightly different version of injdrv where the injection timing is on creation of new thread (so that processes that existed before the driver is loaded could be injected as well - assuming new alertable threads will be created on them).
Anyhow, it seems that although the dll is signed, it fails on signing issue (perhaps mismatch between processes executable file and dll signatures)
here's the stack trace from the context of the injected processes after initial injected code tried to call ldrloaddll
I've encounter in image validation error while trying to inject dll from slightly different version of injdrv where the injection timing is on creation of new thread (so that processes that existed before the driver is loaded could be injected as well - assuming new alertable threads will be created on them).
Anyhow, it seems that although the dll is signed, it fails on signing issue (perhaps mismatch between processes executable file and dll signatures)
here's the stack trace from the context of the injected processes after initial injected code tried to call
ldrloaddll
the process is image is spawned from dllhost.exe and it's not revealed as protected as one might thing ...
Any idea what can lead to this error ?
thanks