Re: Can driver read checksum & timestamp for other driver?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Of course, the minidump producer doesn't checksum all loaded modules.
Both timestamp and checksum are contained in the PE header.
From there they get to the modules list, which you probably already have.
--PA

"Hannes" <hannes.news@xxxxxxxxxxxxx> wrote in message news:ECEB475F-BC8F-48FA-8D5D-8A37E7DC1ACF@xxxxxxxxxxxxxxxx
My driver needs to find out checksum & timestamp for other drivers in the
system. Is there *any* way to do this from within a driver?


[So far, my driver has a list of loaded modules, and running processes and
threads, much thanks to Gary Nebbett's book. I need this to generate
minidumps manually, since our machines have the swapfile disabled (running
from flash) and so can't utilize standard bugcheck/BSOD crash dumps.]


Any input appreciated,

/ Hannes.


.



Relevant Pages