Skip to content

Windows Kernel API wrapper with simplified functions and enterprise driver extensions.

License

Notifications You must be signed in to change notification settings

BerkanYildiz/EasyNT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyNT

Streamlined Windows Kernel API wrapper that simplifies existing functions and provides extended functionality for enterprise drivers and filters.

Overview

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.

Features

  • 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

Getting Started

Prerequisites

  • Windows Driver Kit (WDK)
  • Visual Studio with C/C++ development tools
  • Windows 10/11 SDK

Installation

  1. Clone the repository:
git clone https://github.com/BerkanYildiz/EasyNT.git
  1. Include the library in your project
  2. Link against the appropriate libraries

Basic Usage

#include <EasyNT.h>

Documentation

Detailed documentation and examples can be found in the /docs directory.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the LICENSE file in the repository.

Support

If you encounter any issues or have questions, please open an issue on GitHub.

About

Windows Kernel API wrapper with simplified functions and enterprise driver extensions.

Topics

Resources

License

Stars

Watchers

Forks