Advanced Windows Debugging (Paperback)
暫譯: 進階 Windows 偵錯
Mario Hewardt, Daniel Pravat
- 出版商: Addison Wesley
- 出版日期: 2007-10-01
- 售價: $2,400
- 貴賓價: 9.5 折 $2,280
- 語言: 英文
- 頁數: 840
- 裝訂: Paperback
- ISBN: 0321374460
- ISBN-13: 9780321374462
立即出貨
買這商品的人也買了...
-
$2,390$2,271 -
$880$695 -
$880$695 -
$550$435 -
$980$774 -
$1,200$948 -
$350$298 -
$880$695 -
$1,560$1,326 -
$990$891 -
$600$480 -
$720$569 -
$1,200$1,020 -
$2,730$2,594 -
$650$514 -
$1,180$932 -
$980$774 -
$450$351 -
$490$417 -
$620$527 -
$480$374 -
$780$616 -
$690$587 -
$580$458 -
$890$757
相關主題
商品描述
Description
“Who says you can’t bottle experience? Between these covers is a wealth of information: a clear, logical approach to finding and eliminating bugs. This is an absolute must-have book for anyone who develops, tests, or supports software for Microsoft Windows.”
-- Bob Wilton, Escalation Engineer, Critical Problem Resolution Team, Microsoft
“An excellent reference for both intermediate and advanced debuggers: highly practical, and filled with tricks and strategies. This book stands out from all other Win32 debugging literature, thanks to its in-depth examples—including resolving intricate problems like stack and heap corruptions.”
-- Kinshuman, Development Lead, Windows Core OS Division, Microsoft
The First In-Depth, Real-World, Insider’s Guide to Powerful Windows Debugging
For Windows developers, few tasks are more challenging than debugging—-or more crucial. Reliable and realistic information about Windows debugging has always been scarce. Now, with over 15 years of experience two of Microsoft’s system-level developers present a thorough and practical guide to Windows debugging ever written.
Mario Hewardt and Daniel Pravat cover debugging throughout the entire application lifecycle and show how to make the most of the tools currently available—-including Microsoft’s powerful native debuggers and third-party solutions.
To help you find real solutions fast, this book is organized around real-world debugging scenarios. Hewardt and Pravat use detailed code examples to illuminate the complex debugging challenges professional developers actually face. From core Windows operating system concepts to security, Windows® Vista™ and 64-bit debugging, they address emerging topics head-on—and nothing is ever oversimplified or glossed over!
This book enables you to
Master today’s most powerful Windows debugging tools, including NTSD, CDB, WinDbg, KD, and ADPlus Debug code that wasn’t designed or written for easy debugging Understand debuggers “under the hood,” and manage symbols and sources efficiently Debug complex memory corruptions related to stacks and heaps Resolve complex security problems Debug across processes: identity tracking, RPC debugger extensions, and tracking IPCs with Ethereal Find and fix resource leaks, such as memory and handle leaks. Debug common thread synchronization problems Learn when and how to write custom debugger extensions Perform “postmortem debugging” using crash dumps and Windows Error Reporting Automate debugging with DebugDiag and the Analyze Debugger command
Whether you’re a system-level or application developer, Advanced Windows Debugging delivers the deep understanding of debugging that could save you weeks on your very next project.
Table of Contents
Part I Overview
Chapter 1 Introduction to the Tools
Chapter 2 Introduction to the Debuggers
Chapter 3 Debugger Uncovered
Chapter 4 Managing Symbol and Source Files
Part II Applied Debugging
Chapter 5 Memory Corruptions Part I — Stacks
Chapter 6 Memory Corruptions Part I — Heaps
Chapter 7 Security
Chapter 8 Inter-process Communication
Chapter 9 Resource Leaks
Chapter 10 Synchronization
Part III Advanced Topics
Chapter 11 Writing Custom Debugger Extensions
Chapter 12 64-bit Debugging
Chapter 13 Postmortem Debugging
Chapter 14 Power Tools
Chapter 15 Windows Vista Fundamentals
Appendix A Application Verifier Test Settings
商品描述(中文翻譯)
**描述**
“誰說你不能將經驗裝瓶?這本書中包含了豐富的信息:一種清晰、邏輯的方法來尋找和消除錯誤。這是任何為 Microsoft Windows 開發、測試或支持軟體的人必備的書籍。”
— Bob Wilton, Microsoft 重大問題解決團隊升級工程師
“對於中級和高級除錯者來說,這是一本極好的參考書:非常實用,充滿了技巧和策略。這本書在所有其他 Win32 除錯文獻中脫穎而出,因為它提供了深入的範例——包括解決複雜問題,如堆疊和堆的損壞。”
— Kinshuman, Microsoft Windows 核心作業系統部門開發負責人
**深入、真實、內部的強大 Windows 除錯指南**
對於 Windows 開發者來說,沒有什麼任務比除錯更具挑戰性——或更為關鍵。關於 Windows 除錯的可靠和現實的信息一直很稀缺。現在,擁有超過 15 年經驗的兩位 Microsoft 系統級開發者提供了有史以來最全面、最實用的 Windows 除錯指南。
Mario Hewardt 和 Daniel Pravat 涵蓋了整個應用程式生命週期中的除錯,並展示如何充分利用當前可用的工具——包括 Microsoft 強大的原生除錯器和第三方解決方案。
為了幫助你快速找到真正的解決方案,本書圍繞現實世界的除錯場景進行組織。Hewardt 和 Pravat 使用詳細的程式碼範例來闡明專業開發者實際面臨的複雜除錯挑戰。從核心 Windows 作業系統概念到安全性、Windows® Vista™ 和 64 位元除錯,他們直面新興主題——而且「沒有」任何內容被過度簡化或忽略!
這本書使你能夠:
- 精通當今最強大的 Windows 除錯工具,包括 NTSD、CDB、WinDbg、KD 和 ADPlus
- 除錯未設計或編寫為易於除錯的程式碼
- 理解除錯器的「內部運作」,並有效管理符號和來源
- 除錯與堆疊和堆相關的複雜記憶體損壞
- 解決複雜的安全問題
- 跨進程除錯:身份追蹤、RPC 除錯器擴展,以及使用 Ethereal 追蹤 IPC
- 找到並修復資源洩漏,如記憶體和句柄洩漏
- 除錯常見的執行緒同步問題
- 學習何時以及如何編寫自定義除錯器擴展
- 使用崩潰轉儲和 Windows 錯誤報告執行「事後除錯」
- 使用 DebugDiag 和 Analyze Debugger 命令自動化除錯
無論你是系統級還是應用程式開發者,《進階 Windows 除錯》提供了深入的除錯理解,能夠為你的下一個專案節省數週的時間。
**目錄**
**第一部分 概述**
第 1 章 工具介紹
第 2 章 除錯器介紹
第 3 章 除錯器揭密
第 4 章 管理符號和來源檔案
**第二部分 應用除錯**
第 5 章 記憶體損壞 第一部分 — 堆疊
第 6 章 記憶體損壞 第二部分 — 堆
第 7 章 安全性
第 8 章 進程間通信
第 9 章 資源洩漏
第 10 章 同步
**第三部分 進階主題**
第 11 章 編寫自定義除錯器擴展
第 12 章 64 位元除錯
第 13 章 事後除錯
第 14 章 強大工具
第 15 章 Windows Vista 基礎知識
附錄 A 應用程式驗證器測試設定