Skip to content

Commit

Permalink
export GeodeFunctionTableAccess64
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Jun 20, 2024
1 parent 0021301 commit b8357de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/target/Windows64Target.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<uintptr_t>(handler->m_handler);
auto handlerEnd = handlerBegin + handler->m_handlerSize;
Expand Down

0 comments on commit b8357de

Please sign in to comment.