Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed unused / unstable / untested features. | segfault | 2021-04-23 |
| | |||
* | CheattEngineServer: CMD_OPENPROCESS, CMD_PROCESS32FIRST, CMD_PROCESS32NEXT, ↵ | segfault | 2020-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. | segfault | 2020-12-12 |
| | | | | * fixed missing NUL termination for converted ASCII strings | ||
* | added support for full DLL paths for MEM_MODULES | Toni Uhlig | 2019-09-19 |
| | |||
* | 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 |