Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed unused / unstable / untested features. | segfault | 2021-04-23 |
| | |||
* | PingThread calls function on timeout. | segfault | 2020-12-19 |
| | |||
* | 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 | ||
* | Reformatting and "unscoped enum" warning removal. | segfault | 2020-11-30 |
| | |||
* | added pattern checker and memory mapping method callbacks and managment ↵ | Toni Uhlig | 2019-09-24 |
| | | | | functions | ||
* | 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 VAlloc, VFree and VUnlink in user space library MemDriverLib | Toni Uhlig | 2019-09-18 |
| | |||
* | project structure refactoring | Toni Uhlig | 2019-07-07 |
| | |||
* | added memory driver user space library | Toni Uhlig | 2019-06-24 |