Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

The Handbook of Applied Cryptography is being offered for free download (for personal use of course) from the University of Waterloo. This book covers a good swath of topics and will be a useful addition to your digital library. And to give you a taste, Read More...
As a technical tester (SDET), you are expected to help find bugs that are written in the programming language used by your product team (SDETs commonly contribute by writing test code and tools). To this end, you truly need to understand and master that Read More...
For a reference, here are some links to the previous parts in this series: · Prolific Usage of MiniDumpWriteDump · Opening a Crash Dump File · Getting the Stack from a .DMP File · Getting the Crash Details from a .DMP File · Showing the Disassembly from Read More...
When investigating a crash, it can often be beneficial to see the assembly leading up too, and even following the event. It turns out that generating the corresponding assembly at an address is pretty easy. The hard part is finding a good starting point Read More...
Are you looking for a job that you can actually enjoy ? Are you looking to work with a team of brilliant and passionate individuals? Then come and check out Xbox. There are a handful of SDET jobs currently open on the Xbox 360 system software team (the Read More...
Aside from a stack trace (the "where"), you probably want to know something about the crash (the "why" or the "how"). With the code below, we can query some of the basic details about what happened. From this we will at least be able to determine if the Read More...
So now that we have a memory dump file , and know how to open it , we will want to pull some useful data out. To start with, we will grab the stack trace (which is arguably one of the more important pieces). And in case you've stumbled across the "dumpstk" Read More...
 
Page view tracker