Files
WoWDBDefs/exedumper/initial_dump_from_binary-3.0.2.8885/patching.hpp
T
Bernd Lörwald 3faf1ab222 initial_dump_from_binary_3.0.2.8885
(cherry picked from commit 45d89b59724dd2523efbde72fca6074326f8c37f)
2018-03-12 21:48:19 +01:00

14 lines
301 B
C++

#pragma once
template<typename T, bool unprotect>
struct var;
template<typename Fun>
struct fun;
template<typename Fun>
void hook (Fun& fun, typename Fun::signature* replacement, bool exclude_this_thread = true);
void* rebase (size_t);
size_t unrebase (void const*);
#include "patching.ipp"