aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAge
* 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
* 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
|
* added own DLL get proc address by LoadLibrary and GetProcAddress (maybe used ↵Toni Uhlig2019-09-24
| | | | in the future to find symbols)
* 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
* added load and test library entry for DLLHelperToni Uhlig2019-09-22
|
* 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
|
* 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 ↵Toni Uhlig2019-09-16
| | | | missing implementation debug message
* added MEM_ALLOC, MEM_FREE and MEM_UNLINK to the kernel module interface ↵Toni Uhlig2019-09-16
| | | | (needs to be implemented though)
* * moved KDBG to KMemDriver.hToni Uhlig2019-08-23
| | | | | * moved GetPages, GetModules to Memory.c * moved VAD routines to VAD.c
* project structure refactoringToni Uhlig2019-07-07
|
* httplib; simple web interface; moved KInterface.h to include/Toni Uhlig2019-07-02
|
* initial commitToni Uhlig2019-05-07