Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Added basic CXX string obfuscation via constexpr. | Toni Uhlig | 2023-12-23 |
* | Partial SEH support. | Toni Uhlig | 2023-11-15 |
* | Added ZwQueryVirtualMemory / ZwQuerySystemInformation to Zw wrapper. | Toni Uhlig | 2023-09-26 |
* | Added `nanoprintf.h` header only library to implement `::to_string` functions. | Toni Uhlig | 2023-09-15 |
* | 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 |