aboutsummaryrefslogtreecommitdiff
path: root/MemDriverLib/MemDriverLib.cpp
Commit message (Collapse)AuthorAge
* Removed unused / unstable / untested features.segfault2021-04-23
|
* PingThread calls function on timeout.segfault2020-12-19
|
* CheattEngineServer: CMD_OPENPROCESS, CMD_PROCESS32FIRST, CMD_PROCESS32NEXT, ↵segfault2020-12-15
| | | | | | | | CMD_CLOSEHANDLE * KMemDriver integration * generic MT-Support achieved by synchronized wrapper functions * ability to spawn a Ping-Only Thread
* Added KMemDriver GetProcesses to enumerate all processes from kernel space.segfault2020-12-12
| | | | * fixed missing NUL termination for converted ASCII strings
* Reformatting and "unscoped enum" warning removal.segfault2020-11-30
|
* added pattern checker and memory mapping method callbacks and managment ↵Toni Uhlig2019-09-24
| | | | functions
* 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 VAlloc, VFree and VUnlink in user space library MemDriverLibToni Uhlig2019-09-18
|
* project structure refactoringToni Uhlig2019-07-07
|
* added memory driver user space libraryToni Uhlig2019-06-24