aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* added pattern checker and memory mapping method callbacks and managment funct...Toni Uhlig2019-09-24
* added function to verify PE header values and removed inlined functions from ...Toni Uhlig2019-09-23
* fixed bug during import table function resolving, added public getter functio...Toni Uhlig2019-09-22
* added load and test library entry for DLLHelperToni Uhlig2019-09-22
* DLLHelper: added Has* functions to check availability of some data dirs, impl...Toni Uhlig2019-09-22
* DLLHelper can now fixup relocationsToni Uhlig2019-09-22
* moved DLLHelper.h to public header files directoryToni Uhlig2019-09-21
* added support for full DLL paths for MEM_MODULESToni Uhlig2019-09-19
* added VAlloc, VFree and VUnlink in user space library MemDriverLibToni Uhlig2019-09-18
* prefixed alloc, free and unlink to prevent naming collision and added missing...Toni Uhlig2019-09-16
* added MEM_ALLOC, MEM_FREE and MEM_UNLINK to the kernel module interface (need...Toni Uhlig2019-09-16
* * moved KDBG to KMemDriver.hToni Uhlig2019-08-23
* project structure refactoringToni Uhlig2019-07-07
* httplib; simple web interface; moved KInterface.h to include/Toni Uhlig2019-07-02
* initial commitToni Uhlig2019-05-07