My Review of Windows® Internals, Part 1, Sixth Edition

Originally submitted at O’Reilly

<div>
  <img src="https://images.powerreviews.com/images_products/05/25/14887978_100.jpg" class="photo" align="left" style="margin: 0 0.5em 0 0" /></p> 
  
  <p style="margin-top:0">
    Covering Windows Server® 2008 R2 and Windows 7
  </p>
</div>

<p>
  <a href="http://shop.oreilly.com/product/0790145305930.do" style="display: none;" class="url fn"><span class="fn">Windows&reg; Internals, Part 1, Sixth Edition</span></a></div> 
  
  <p>
    <br clear="left" />
  </p>
  
  <p>
    <strong class="summary">Excellent technical reference</strong>
  </p>
  
  <div>
    By <strong>Jim Schubert</strong> from <strong>Richmond, VA</strong> on <strong><abbr title="2012611T1200-0800" class="dtreviewed" style="border: none; text-decoration: none;">6/11/2012</abbr></strong>
  </div>
  
  <p>
    <div style="margin: 0.5em 0; height: 15px; width: 83px; background-image: url(https://images.powerreviews.com/images/stars_small.gif); background-position: 0px -144px;" class="prStars prStarsSmall">
      &nbsp;
    </div>
  </p>
  
  <div style="display: none">
    <span class="rating">4</span>out of 5
  </div>
  
  <p>
    <strong>Pros: </strong>Concise, Accurate, Helpful examples
  </p>
  
  <p>
    <strong>Best Uses: </strong>Expert
  </p>
  
  <p>
    <strong>Describe Yourself: </strong>Developer
  </p>
  
  <p style="margin-top:1em" class="description">
    I reviewed Windows Internals, Part 1, Sixth Edition as part of the O&#8217;Reilly Bloggers program. I was mainly interested in the &#8216;System Architecture&#8217; chapter and the chapter called &#8216;Process, Threads, and Jobs&#8217;.<br xmlns:pr="xalan://com.pufferfish.core.beans.xmlbuilders.xsl.Functions" /><br />The content in this book is immense. Don&#8217;t expect to retain 100% of what you&#8217;ve read because I don&#8217;t think it&#8217;s humanly possible.
  </p>
  
  <p>
    The content is extremely technical and very low-level. My background is mostly in web development and I realized after reading Chapter 1 that would need to familiarize myself with WinDbg before continuing on. If you&#8217;re not familiar with WinDbg, I recommend reading some tutorials. Although some of the experiments in this book will guide you through the WinDbg usage for the experiments themselves, they won&#8217;t do any good unless you understand what the output really means. Other experiments will use SysInternals tools or others such as utilities from the WDK.
  </p>
  
  <p>
    By the end of Chapter 2 and a number of experiments using WinDbg and SysInternals tools, I felt that I was better equipped to debug native applications. In fact, I referred to this book to debug a third-party native library and found that it had not properly released a resource, which helped the developers resolve the issue more quickly.
  </p>
  
  <p>
    As an example of the depth of content in this book, there are roughly 20 pages dedicated to the creation of a process.
  </p>
  
  <p>
    For System Administrators, I&#8217;d highly recommend Chapter 4 which covers the Registry and very valuable experiments related to services (such as viewing which services respond to which triggers).
  </p>
  
  <p>
    I&#8217;d recommend this book for any engineers who plan to improve their native debugging skills, to develop Windows drivers, or to deepen their knowledge of the Windows operating system. This is not a book for a novice.
  </p>
  
  <p>
    I&#8217;ve given this book 4/5 stars. It is a stellar book and it has improved my ability to troubleshoot, while helping to better familiarize with the SysInternals toolset (which I had already used regularly). I would have given 5/5 stars, but the content mostly reads like informal knowledge transfer rather than the average book from Microsoft Press. If it weren&#8217;t for the language of the experiments, it would read as dryly as (or more dryly than) a textbook. It is one of very few books I would recommend not reading cover-to-cover and instead use as a reference for very specific inquiries.
  </p>
  
  <p style="margin-top:0.5em">
    (<a href="http://www.powerreviews.com/legal/terms_of_use.html" rel="license">legalese</a>)
  </p></div>

Related Articles