frendguofrendguo.hashnode.dev·Dec 4, 2024如何通过 WRK 来调试/学习 Windows背景 目前我们学习 Windows 内核细节,主要可以参考 ReactOS 和 WRK(Windows Research Kernel)。 前者是一个兼容 WinNT 内核的开源系统;后者 WRK 则是微软基于 Win2K3 开源出来的内核。 ReactOS 的源码调试可以参考文档。而 WRK 的源代码调试信息有点乱,这里统一整理下。 获取 WRK 这里整理了一个仓库,包含了代码、VMware 虚拟机和 WRK 随附的 NT 设计文档: https://github.com/frendguo/W...Windows
Jake Mellichampblog.projectstar.io·Nov 13, 2023Win32 Kernel Chronicles: Building and Debugging a Windows Driver.Alright internet, welcome to another blog post. As the title suggests, we're going to delve into building a Windows Driver. I want to make a quick disclaimer that there are multiple blog posts, videos, and resources for getting started with Windows D...233 readsWindows
Han Cheecodecultivation.com·Dec 13, 2017Using Debug Diagnostics Tool To Analyze Hang IssueJust arrived at the office, without breakfast, I had complaint from boss that our website was very slow. Looking at the website, it was very slow indeed, only after a good few minutes, the website only started to load some texts barely while you stil...69 readsdebug