The book contains the full transcript of Software Diagnostics Services training with 10 hands-on exercises on various topics related to Windows API.
简单、准确,完全参考官网材料1:1编写;完整,全面覆盖Rust的重要特性和知识;及时迭代更新,对错误的、过时的内容和新增的内容及时更新发布新版本;初学者不需要搭建复杂的开发环境,可以直接在官网网页的playground上面运行.降低挫败感,持续学习,提升学习效率和体验。
This book flattens Rust's incredibly steep learning curve. Each chapter introduces enough of Rust's syntax, data structures, and functions to incrementally build a fully functional, real-world Unix command-line interface (CLI) program, without overwhelming you with advanced language concepts such as lifetimes. Every new Rust programmer should read this book first to build the intuition and experience they'll need to become a confident Rust developer.
Learn how to analyze application and service crashes and freezes, navigate through process user space, and diagnose heap corruption, memory and handle leaks, CPU spikes, blocked threads, deadlocks, wait chains, and much more using the WinDbg debugger. The course covers more than 60 crash dump analysis patterns from x64 and ARM64 process memory dumps.