From b8357def7216ddc24f46fbc1e6f367a19d3a06d9 Mon Sep 17 00:00:00 2001 From: altalk23 <45172705+altalk23@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:37:13 +0300 Subject: [PATCH] export GeodeFunctionTableAccess64 --- src/target/Windows64Target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/Windows64Target.cpp b/src/target/Windows64Target.cpp index ed97a73..a01376a 100644 --- a/src/target/Windows64Target.cpp +++ b/src/target/Windows64Target.cpp @@ -18,7 +18,7 @@ Target& Target::get() { return ret; } -PVOID CustomFunctionTableAccess64(HANDLE hProcess, DWORD64 AddrBase) { +PVOID __declspec(dllexport) GeodeFunctionTableAccess64(HANDLE hProcess, DWORD64 AddrBase) { for (auto& [handle, handler] : Pool::get().m_handlers) { auto handlerBegin = reinterpret_cast(handler->m_handler); auto handlerEnd = handlerBegin + handler->m_handlerSize;