aboutsummaryrefslogtreecommitdiff
path: root/include/KMemDriver.h
Commit message (Collapse)AuthorAge
* added support for full DLL paths for MEM_MODULESToni Uhlig2019-09-19
|
* prefixed alloc, free and unlink to prevent naming collision and added ↵Toni Uhlig2019-09-16
| | | | missing implementation debug message
* added MEM_ALLOC, MEM_FREE and MEM_UNLINK to the kernel module interface ↵Toni Uhlig2019-09-16
| | | | (needs to be implemented though)
* * moved KDBG to KMemDriver.hToni Uhlig2019-08-23
| | | | | * moved GetPages, GetModules to Memory.c * moved VAD routines to VAD.c
* project structure refactoringToni Uhlig2019-07-07