Streamlined Windows Kernel API wrapper that simplifies existing functions and provides extended functionality for enterprise drivers and filters.
EasyNT makes Windows Kernel development more accessible by providing a simplified interface to the Windows Native API (NTAPI). It wraps complex kernel functions with easier-to-use alternatives and includes additional utilities commonly needed in enterprise driver and filter development.
- Simplified API: Streamlined wrappers around complex Windows Kernel functions
- Extended Functionality: Additional utilities for enterprise driver development
- Production Ready: Designed for use in professional driver and filter projects
- Well Documented: Clear examples and comprehensive documentation
- Windows Driver Kit (WDK)
- Visual Studio with C/C++ development tools
- Windows 10/11 SDK
- Clone the repository:
git clone https://github.com/BerkanYildiz/EasyNT.git
- Include the library in your project
- Link against the appropriate libraries
#include <EasyNT.h>
Detailed documentation and examples can be found in the /docs
directory.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the LICENSE file in the repository.
If you encounter any issues or have questions, please open an issue on GitHub.