AndrewGaspar / km-stlLinks
A drop-in replacement for the C++ STL for kernel mode Windows drivers. The goal is to have implementations for things like the standard algorithms that don't require memory allocations or exceptions, and for implementations of type traits and other compile-time related headers. Full implementation of the STL is a non-goal.
☆31Updated 9 years ago
Alternatives and similar repositories for km-stl
Users that are interested in km-stl are comparing it to the libraries listed below
Sorting:
- XDK is a fully featured C++ wrapper library for Windows kernel development☆20Updated 9 years ago
- Shareds for kernel developement☆28Updated 11 years ago
- PoC of BOOST-ed _EPROCESS.VadRoot iterating