Skip to content

Visual Studio Project example for using Microsoft's STL in WDM (Windows Kernel-mode Driver)

Notifications You must be signed in to change notification settings

RIscRIpt/wdmcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wdmcpp

wdmcpp is a Visual Studio Project example, which demonstrates usage of Microsoft's C++ Standard Library in Windows kernel-mode driver (WDM).

Key Components

  • $(VC_IncludePath) in "Include Directories" -- enables Visual Studio to find C++ Standard Library header files;
  • libcntpr.lib in "Additional Dependencies" of Linker Input -- enables linking with NT Kernel C standard functions;
  • Definition of C/C++ functions -- see cpp.cpp;
  • Invoking constructors and destructors -- see cpp.cpp;

References

About

Visual Studio Project example for using Microsoft's STL in WDM (Windows Kernel-mode Driver)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages