提交 113dc0f9 编写于 作者: Peacoor Zomboss's avatar Peacoor Zomboss

Fix a inject bug

上级 8e128ce6
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册