Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Livekd documentation and tutorials

I know LiveKd is a tool to create dumps for analysis.

Can someone help me with some links that help me learn how to use LiveKd?

like image 723
Rockstart Avatar asked Nov 25 '25 06:11

Rockstart


1 Answers

The absolute best starting point is the Windows Internals book. Read it from front to back and follow the WinDBG related examples included, all of which use LiveKD in some way.

Though, in the end, working with LiveKD is (effectively) the same as analyzing a full memory dump in WinDBG. Thus, you'll find a lot of information by searching around for WinDBG tutorials. Then you can come back with more specific questions about what you're trying to analyze. As a starting point, I have a column in The NT Insider called, "Analyst's Perspective" where I cover lots of WinDBG related things:

http://www.osronline.com/section.cfm?section=17

And I try to cover a broad range of WinDBG debugging related topics on my blog (http://analyze-v.com)

like image 199
snoone Avatar answered Nov 27 '25 23:11

snoone