aboutsummaryrefslogtreecommitdiff
path: root/KMemDriver/Memory.c
Commit message (Collapse)AuthorAge
* Removed unused / unstable / untested features.segfault2021-04-23
|
* Added KMemDriver GetProcesses to enumerate all processes from kernel space.segfault2020-12-12
| | | | * fixed missing NUL termination for converted ASCII strings
* Added some PTE code for future use.segfault2020-10-02
|
* added MEM_RESERVE as comment, needs to be verified if it is required for a ↵Toni Uhlig2019-11-10
| | | | stable VAD Unlink
* do not rely on the exact size during VALLOC and do not manually calculate ↵Toni Uhlig2019-09-21
| | | | the page size (which was done wrong) since it is done by the OS
* added support for full DLL paths for MEM_MODULESToni Uhlig2019-09-19
|
* VAD Unlink test, currently not working as expectedToni Uhlig2019-09-15
|
* export process memory allocationa and vad testToni Uhlig2019-09-07
|
* * moved KDBG to KMemDriver.hToni Uhlig2019-08-23
| | | | | * moved GetPages, GetModules to Memory.c * moved VAD routines to VAD.c
* exported KMemDriver virt mem related functions to an extra moduleToni Uhlig2019-08-20