zaheerajput / sawbuck

Automatically exported from code.google.com/p/sawbuck
0 stars 0 forks source link

Implement robust module lookups #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As-is the module lookups can fail for existent modules, or can return the 
wrong module. 
The module paths yielded from the NT Kernel Log sometimes start with a 
backslash, without any indication of the drive letter that stores the module 
file. 
The module resolution machinery should search all local drives for the 
module, and should verify the checksum and size for any module found. 

Original issue reported on code.google.com by si...@google.com on 14 Feb 2010 at 11:47

GoogleCodeExporter commented 8 years ago

Original comment by si...@google.com on 15 Feb 2010 at 12:44

GoogleCodeExporter commented 8 years ago
DbgHelp module lookups seem to work just fine, from what I can see.

Original comment by si...@google.com on 28 Mar 2010 at 10:03