We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows 10 22H2 执行 .\wxinject\bin\Injector.exe -n WeChat.exe -i wxinject.dll Injector x64 [Version 20230813] Copyright (c) 2009 Cypher, 2012-2023 Nefarius. All rights reserved.
General Error: Call to LoadLibraryW in remote process failed.
我看 Injector 仓库 关于这个问题 的 Issues 解释是因为系统架构问题,可以用的 dll 和 系统都是64位的呀。这会是为什么呢? 感谢
The text was updated successfully, but these errors were encountered:
如果都是x64 微信版本也与文档中一致,那可能是其他问题了
有没有可能是 Visual C++ 运行库缺失了?
Sorry, something went wrong.
您好,我安装 vs_BuildTools 后解决了这个问题,贴出来看能不能帮助后面的人。😁
No branches or pull requests
windows 10 22H2
执行 .\wxinject\bin\Injector.exe -n WeChat.exe -i wxinject.dll
Injector x64 [Version 20230813]
Copyright (c) 2009 Cypher, 2012-2023 Nefarius. All rights reserved.
General Error:
Call to LoadLibraryW in remote process failed.
我看 Injector 仓库 关于这个问题 的 Issues 解释是因为系统架构问题,可以用的 dll 和 系统都是64位的呀。这会是为什么呢?
感谢
The text was updated successfully, but these errors were encountered: