| Commit message (Expand) | Author | Age |
* | Added MmMapIoSpaceEx. | Toni Uhlig | 2024-05-28 |
* | Added basic CXX string obfuscation via constexpr. | Toni Uhlig | 2023-12-23 |
* | Added MmCopyVirtualMemory. Fixed ZwProtectVirtualMemory. | Toni Uhlig | 2023-12-22 |
* | Partial SEH support. | Toni Uhlig | 2023-11-15 |
* | Added ObOpenObjectByPointer, MmCopyMemory, RtlLookupFunctionEntry, ZwProtectV... | Toni Uhlig | 2023-11-15 |
* | Added `::to_string_hex()`. | Toni Uhlig | 2023-09-27 |
* | Added ZwQueryVirtualMemory / ZwQuerySystemInformation to Zw wrapper. | Toni Uhlig | 2023-09-26 |
* | Added ::from_unicode to convert unicode strings to ansi string in kernel mode. | Toni Uhlig | 2023-09-15 |
* | Vsnprintf's a warning into the buffer if eastl::to_string is used. | Toni Uhlig | 2023-09-15 |
* | Added `nanoprintf.h` header only library to implement `::to_string` functions. | Toni Uhlig | 2023-09-15 |
* | Added ThreadArgs, Event, WorkItem. | Toni Uhlig | 2023-09-12 |
* | Improved WorkQueue / WorkItem. | Toni Uhlig | 2023-07-21 |
* | Added wrapper generator for functions that require an import library. | Toni Uhlig | 2023-07-04 |
* | Added _enable()/_disable() intrinsic functions to enable/disable maskable int... | Toni Uhlig | 2023-06-02 |
* | Implemented WorkQueue's as they are pretty common in WDK. | Toni Uhlig | 2022-09-10 |
* | Circle-CI | Toni Uhlig | 2021-08-01 |
* | Set DriverUnload callback after DriverEntry called. Added appropriate README ... | Toni Uhlig | 2021-07-29 |
* | Fixed ctor/dtor issue allowing use of static qualifiers for non primitives. | Toni Uhlig | 2021-07-28 |