diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-09-22 00:17:36 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-09-22 00:17:36 +0200 |
commit | 3a6bbe285462a1a3b1e93b1f3a2762085741186c (patch) | |
tree | e33707508094cd9ee4c7726a6b3bad85fa06b239 /include | |
parent | 1ae589ed03110263d4ecd393cee97dbb7226c765 (diff) |
DLLHelper can now fixup relocations
Diffstat (limited to 'include')
-rw-r--r-- | include/DLLHelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/DLLHelper.h b/include/DLLHelper.h index f56db0d..764b16f 100644 --- a/include/DLLHelper.h +++ b/include/DLLHelper.h @@ -13,6 +13,7 @@ public: bool VerifyHeader(); bool InitTargetMemory(); bool FixImports(); + bool FixRelocs(); private: HANDLE m_TargetPID = 0; |