Files
yardenshafir-WinDbg_Scripts/writeVerAccessInFile.txt
T
Yarden Shafir 0bc67f8ac7 Scripts
2020-05-22 18:17:52 +03:00

4 lines
293 B
Plaintext

dx @$tmpFile = Debugger.Utility.FileSystem.TempDirectory.OpenFile("log.txt")
dx @$txtWriter = Debugger.Utility.FileSystem.CreateTextWriter(@$tmpFile)
ba r4 nt!PsInitialSystemProcess "dx @$txtWriter.WriteLine(@$getsym(@$curstack.Frames[0].Attributes.InstructionOffset)); g"
dx @$tmpFile.Close()