index
:
kmemdriver.git
A Windows Memory driver for game hacking purposes. Supports manual mapping with BlackBone and PastDSE.
log msg
author
committer
range
VS-2017
master
about
summary
refs
log
tree
commit
diff
path:
root
/
KMemDriver
/
Memory.c
Commit message (
Collapse
)
Author
Age
*
Removed unused / unstable / untested features.
segfault
2021-04-23
|
*
Added KMemDriver GetProcesses to enumerate all processes from kernel space.
segfault
2020-12-12
|
|
|
|
* fixed missing NUL termination for converted ASCII strings
*
Added some PTE code for future use.
segfault
2020-10-02
|
*
added MEM_RESERVE as comment, needs to be verified if it is required for a ↵
Toni Uhlig
2019-11-10
|
|
|
|
stable VAD Unlink
*
do not rely on the exact size during VALLOC and do not manually calculate ↵
Toni Uhlig
2019-09-21
|
|
|
|
the page size (which was done wrong) since it is done by the OS
*
added support for full DLL paths for MEM_MODULES
Toni Uhlig
2019-09-19
|
*
VAD Unlink test, currently not working as expected
Toni Uhlig
2019-09-15
|
*
export process memory allocationa and vad test
Toni Uhlig
2019-09-07
|
*
* moved KDBG to KMemDriver.h
Toni Uhlig
2019-08-23
|
|
|
|
|
* moved GetPages, GetModules to Memory.c * moved VAD routines to VAD.c
*
exported KMemDriver virt mem related functions to an extra module
Toni Uhlig
2019-08-20