skelsec / minidump

Python library to parse and read Microsoft minidump file format
MIT License
271 stars 55 forks source link

Add timestamps to module list dump #20

Closed eswartz closed 3 years ago

eswartz commented 3 years ago

This is useful for correlating crash dumps between machines, where Visual Studio [Code] refuses to load debugging symbols for files with different timestamps. Need to know what those timestamps are :)

skelsec commented 3 years ago

Thank you!