index
:
kmemdriver.git
VS-2017
master
A Windows Memory driver for game hacking purposes. Supports manual mapping with BlackBone and PastDSE.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Collapse
)
Author
Age
*
added load and test library entry for DLLHelper
Toni Uhlig
2019-09-22
|
*
DLLHelper: added Has* functions to check availability of some data dirs, ↵
Toni Uhlig
2019-09-22
|
|
|
|
implemented copy PE header and sections function, fixed invalid VAlloc request size
*
DLLHelper can now fixup relocations
Toni Uhlig
2019-09-22
|
*
moved DLLHelper.h to public header files directory
Toni Uhlig
2019-09-21
|
*
added support for full DLL paths for MEM_MODULES
Toni Uhlig
2019-09-19
|
*
added VAlloc, VFree and VUnlink in user space library MemDriverLib
Toni Uhlig
2019-09-18
|
*
prefixed alloc, free and unlink to prevent naming collision and added ↵
Toni Uhlig
2019-09-16
|
|
|
|
missing implementation debug message
*
added MEM_ALLOC, MEM_FREE and MEM_UNLINK to the kernel module interface ↵
Toni Uhlig
2019-09-16
|
|
|
|
(needs to be implemented though)
*
* moved KDBG to KMemDriver.h
Toni Uhlig
2019-08-23
|
|
|
|
|
* moved GetPages, GetModules to Memory.c * moved VAD routines to VAD.c
*
project structure refactoring
Toni Uhlig
2019-07-07
|
*
httplib; simple web interface; moved KInterface.h to include/
Toni Uhlig
2019-07-02
|
*
initial commit
Toni Uhlig
2019-05-07