aboutsummaryrefslogtreecommitdiff
path: root/MemDriverLib
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
|
* VS-2019 portVS-2019segfault2020-03-29
|
* added address scan for PatternScannerToni Uhlig2020-03-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added DX11Manager for fetching DX11 data for client dllsToni Uhlig2019-11-20
|
* DLLHelper supports setting preferred virtual address for virtual memory ↵Toni Uhlig2019-10-01
| | | | allocation
* relocation fixup used only 32bit deltas instead of 64botToni Uhlig2019-09-28
|
* pattern scanning works as expectedToni Uhlig2019-09-28
|
* added an extensible dynamic symbol resolver including support for injected DLLsToni Uhlig2019-09-28
|
* added explicit struct constructorToni Uhlig2019-09-26
|
* map_file_* callbacks are now staticToni Uhlig2019-09-26
|
* improved map_file_data variable namingToni Uhlig2019-09-26
|
* support additional DLL search directories for LoadLibrary through user_dataToni Uhlig2019-09-24
|
* added pattern checker and memory mapping method callbacks and managment ↵Toni Uhlig2019-09-24
| | | | functions
* added function to verify PE header values and removed inlined functions from ↵Toni Uhlig2019-09-23
| | | | DLLHelper
* fixed bug during import table function resolving, added public getter ↵Toni Uhlig2019-09-22
| | | | function for EntryPoint and BaseAddress
* DLLHelper: added Has* functions to check availability of some data dirs, ↵Toni Uhlig2019-09-22
| | | | implemented copy PE header and sections function, fixed invalid VAlloc request size
* DLLHelper can now fixup relocationsToni Uhlig2019-09-22
|
* DLLHelper can now fixup other DLL imports and TestDLL links static against ↵Toni Uhlig2019-09-21
| | | | MSVCRT runtime
* DLLHelper can fix imports (does not work at the moment)Toni Uhlig2019-09-21
|
* 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
* missed MSVC project file changes in previous commitToni Uhlig2019-09-21
|
* moved DLLHelper.h to public header files directoryToni Uhlig2019-09-21
|
* added InitTargetMemory for allocating a memory block in the target process ↵Toni Uhlig2019-09-19
| | | | (cause we need the base address ASAP)
* DLLHelper loads DLL to memory and verifies its headersToni Uhlig2019-09-19
|
* added VAlloc, VFree and VUnlink in user space library MemDriverLibToni Uhlig2019-09-18
|
* fixed Linker issue for Hunted (RuntimeLib: MT-Lib-Dbg)Toni Uhlig2019-07-09
|
* project structure refactoringToni Uhlig2019-07-07
|
* httplib; simple web interface; moved KInterface.h to include/Toni Uhlig2019-07-02
|
* MemDriverLib + MemDriverWeb skeletonsToni Uhlig2019-06-27
|
* added memory driver user space libraryToni Uhlig2019-06-24