aboutsummaryrefslogtreecommitdiff
path: root/MemDriverLib
Commit message (Collapse)AuthorAge
* 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