aboutsummaryrefslogtreecommitdiff
path: root/MemDriverLib/DLLHelper.cpp
Commit message (Expand)AuthorAge
* added an extensible dynamic symbol resolver including support for injected DLLsToni Uhlig2019-09-28
* 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
* DLLHelper: added Has* functions to check availability of some data dirs, impl...Toni Uhlig2019-09-22
* DLLHelper can now fixup relocationsToni Uhlig2019-09-22
* DLLHelper can now fixup other DLL imports and TestDLL links static against MS...Toni Uhlig2019-09-21
* DLLHelper can fix imports (does not work at the moment)Toni Uhlig2019-09-21
* added InitTargetMemory for allocating a memory block in the target process (c...Toni Uhlig2019-09-19
* DLLHelper loads DLL to memory and verifies its headersToni Uhlig2019-09-19