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 (
Expand
)
Author
Age
*
Removed unused / unstable / untested features.
segfault
2021-04-23
*
Added new MemDriverLib functions to determine if a page is freed/reserved.
segfault
2021-01-11
*
PingThread calls function on timeout.
segfault
2020-12-19
*
CheattEngineServer: CMD_OPENPROCESS, CMD_PROCESS32FIRST, CMD_PROCESS32NEXT, C...
segfault
2020-12-15
*
Added KMemDriver GetProcesses to enumerate all processes from kernel space.
segfault
2020-12-12
*
VS-2019 port
VS-2019
segfault
2020-03-29
*
added address scan for PatternScanner
Toni Uhlig
2020-03-15
*
added DX11Manager for fetching DX11 data for client dlls
Toni Uhlig
2019-11-20
*
DLLHelper supports setting preferred virtual address for virtual memory alloc...
Toni Uhlig
2019-10-01
*
pattern scanning works as expected
Toni Uhlig
2019-09-28
*
added an extensible dynamic symbol resolver including support for injected DLLs
Toni Uhlig
2019-09-28
*
added explicit struct constructor
Toni Uhlig
2019-09-26
*
map_file_* callbacks are now static
Toni Uhlig
2019-09-26
*
improved map_file_data variable naming
Toni Uhlig
2019-09-26
*
added own DLL get proc address by LoadLibrary and GetProcAddress (maybe used ...
Toni Uhlig
2019-09-24
*
added pattern checker and memory mapping method callbacks and managment funct...
Toni Uhlig
2019-09-24
*
added function to verify PE header values and removed inlined functions from ...
Toni Uhlig
2019-09-23
*
fixed bug during import table function resolving, added public getter functio...
Toni Uhlig
2019-09-22
*
added load and test library entry for DLLHelper
Toni Uhlig
2019-09-22
*
DLLHelper: added Has* functions to check availability of some data dirs, impl...
Toni Uhlig
2019-09-22
*
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 missing...
Toni Uhlig
2019-09-16
*
added MEM_ALLOC, MEM_FREE and MEM_UNLINK to the kernel module interface (need...
Toni Uhlig
2019-09-16
*
* moved KDBG to KMemDriver.h
Toni Uhlig
2019-08-23
*
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