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...DiscussWindows
Md. Abu Salmantechburn.hashnode.dev·May 5, 2024Ultimate Guide to Load Testing with WRK ToolIntroduction In the fast-paced world of software development, ensuring that your applications can handle the expected load is paramount. Enter load testing, a crucial practice that simulates real-world user behavior to evaluate how an application per...Discuss·127 readsloadtest