aboutsummaryrefslogtreecommitdiff
path: root/include/DLLHelper.h
Commit message (Expand)AuthorAge
* DLLHelper supports setting preferred virtual address for virtual memory alloc...Toni Uhlig2019-10-01
* pattern scanning works as expectedToni Uhlig2019-09-28
* added an extensible dynamic symbol resolver including support for injected DLLsToni Uhlig2019-09-28
* added own DLL get proc address by LoadLibrary and GetProcAddress (maybe used ...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