9 packages tagged with “WDK”
The X64 WDK enables driver development specifically for X64 target platforms.
The ARM64 WDK enables driver development specifically for ARM64 target platforms.
The X86 WDK enables driver development specifically for X86 target platforms.
Veil - Collection of undocumented Windows API declarations.
Musa.Core - 用 ntdll/ntoskrnl 实现 Kernel32、Advapi32 等API。 * 它包括用户模式和内核模式两种。 Musa.Core - Use ntdll/ntoskrnl to implement Kernel32, Advapi32 and other APIs. * It includes user-mode and kernel-mode.
Musa.Runtime - 是以 Musa.Core 作为底层支持的微软 MSVC 运行时库。 * 它可以让内核开发者拥有和应用开发者近似的 C++ 开发体验。 Musa.Runtime - Musa.Runtime is a Microsoft MSVC runtime library based on Musa.Core. * It allows kernel developers to have a C++ development experience similar to that of application developers.
References the awesome dotBunny/VSCode project on github and wraps it in a paket package for easy install / update
Musa.CoreLite - 该项目旨在解决 Zw* 系统例程导出符号不完整的问题,使开发者能够在用户模式和内核模式下直接调用所有 Zw* 系统例程而无需担心符号缺失的问题。
libwsk is a wrapper for the WSK (Winsock-Kernel) interface. With libwsk, kernel-mode software modules can perform network I/O operations using the same socket programming concepts and interface that are supported by user-mode Winsock2.