Skip to content

Simulation of C++ Standard Template Libraries for Windows Kernel Driver

Notifications You must be signed in to change notification settings

tronghieu220403/Windows-Driver-STL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Standard Template Libraries for Windows Kernel Driver

WARNING: Many functions are not completely tested, becareful when using. If you want to report any bug, please create a post on "Issues" section of the repo. Thank you very much!

Some libraries implemented:

+) string

+) vector

+) set

+) pair

+) map

+) mutex

+) shared_ptr

+) new, delete

+) files operation

About

Simulation of C++ Standard Template Libraries for Windows Kernel Driver

Topics

Resources

Stars

Watchers

Forks

Languages