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;