Windows Internals, Part 1 - Mark E. Russinovich, David A. Solomon, Alex Ionescu

Windows Internals, Part 1

Mark E. Russinovich, David A. Solomon, Alex Ionescu

出版时间

2012-04-04

ISBN

9780735648739

评分

★★★★★
书籍介绍
Delve inside Windows architecture and internals - guided by a team of internationally renowned internals experts. Fully updated for Windows 7 and Windows Server 2008 R2, this classic guide delivers key architectural insights on system design, debugging, performance, and support - along with hands-on experiments to experience Windows internal behavior firsthand. See how Windows components work behind the scenes: * Understand how the core system and management mechanisms work * Explore internal system data structures using tools like the kernel debugger * Go inside the Windows security model to see how it authorizes access to data * Understand how Windows manages physical and virtual memory * Tour the Windows networking stack from top to bottom * Troubleshoot file-system access problems and system boot problems * Learn how to analyze crashes
精彩摘录
  • "环境子系统的角色是,将基本的Windows执行体系统服务的某个子集暴露给应用程序"
  • "每个执行映像(.exe)都被绑定到一个(且唯一一个)子系统上。映像文件运行时,负责创建进程的代码会检查映像头部的子系统类型代码,所以它可以通知正确的子系统,有新的进程被创建。"
用户评论
没全看完,只是重点看了一下timer和networking相关的部分,感觉有点贪多求全,导致每部分讲的都不是很细
快速扫完,有不少收获。MS还是做了不少事情的。
收藏