How can I check what time was the process core dump taken on windows?
Asked Answered
S

1

10

I have a full memory dump of a process taken through Task Manager.

Can I determine what the time was on the machine at that moment?

Seldan answered 15/7, 2015 at 17:14 Comment(0)
M
15

It's displayed in the Command window of WinDbg after you open the dump, as 'Debug session time'.

You can have it printed again with the .time meta-command.

Modesta answered 15/7, 2015 at 17:31 Comment(1)
note: the time is based on the machine doing the debugging. If the dump is from another time zone you need to use the -h parameter.Kahn

© 2022 - 2024 — McMap. All rights reserved.