Go to the source code of this file.
|
std::uintptr_t | SKSE::GetIATAddr (std::string_view a_dll, std::string_view a_function) |
|
std::uintptr_t | SKSE::GetIATAddr (void *a_module, std::string_view a_dll, std::string_view a_function) |
|
void * | SKSE::GetIATPtr (std::string_view a_dll, std::string_view a_function) |
|
template<class T > |
T * | SKSE::GetIATPtr (std::string_view a_dll, std::string_view a_function) |
|
void * | SKSE::GetIATPtr (void *a_module, std::string_view a_dll, std::string_view a_function) |
|
template<class T > |
T * | SKSE::GetIATPtr (void *a_module, std::string_view a_dll, std::string_view a_function) |
|
std::uintptr_t | SKSE::PatchIAT (std::uintptr_t a_newFunc, std::string_view a_dll, std::string_view a_function) |
|
template<class F > |
std::uintptr_t | SKSE::PatchIAT (F a_newFunc, std::string_view a_dll, std::string_view a_function) |
|