diff --git a/230130-hookgamesendto/injciv6/injciv6.cpp b/230130-hookgamesendto/injciv6/injciv6.cpp index d4c6be8933a1c79b8e92b74a4e4b1a046343c710..6eb5d0bbb098df4299e3a98db368be6a73b6e0cb 100644 --- a/230130-hookgamesendto/injciv6/injciv6.cpp +++ b/230130-hookgamesendto/injciv6/injciv6.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) } retry_inject: // 尝试注入 - if (inject_dll(civ6pid, "")) { + if (inject_dll(civ6pid, dll_path)) { MessageBoxW(0, L"注入成功!", L"成功", MB_OK); return 0; }