Driver utilities
A couple of usage examples are included along with the drivers.
- libservice: Utilities to load/unload the drivers.
- libsimple: simple driver usage examples.
- libnt_namespace: nt_namespace driver usage examples.
Building
Create the build files using CMake and build the project using Visual Studio.
The runtime libraries are linked statically by default.
You can link the runtime dynamically by passing -D CC_STATIC_RUNTIME=OFF
to
cmake
.