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
ConsoleApplication.exe -i WeChat.exe -p D:\WeChat\wxhelper-3.9.8.25.dll
The text was updated successfully, but these errors were encountered:
1. 提示dll不存在时,不要只补充提示的那几个dll,而需要去下载并安装【微软运行库】,这样会出现及时提示了注入成功 2.特别是提示注入结果1时,使用netstat -ano | findstr 19088没有发现端口,更需要去装【微软运行库】 3. 我的命令是这样的 ConsoleApplication.exe -i WeChat.exe -p D:\WeChat\wxhelper-3.9.8.25.dll 4. 特别是powerShell 提示注入结果0,cmd提示注入结果1,反正我最后是补充了单个dll不行,然后装了【微软运行库】才行的
你好,是具体是哪个运行库呐?能说一下吗,感谢~
Sorry, something went wrong.
1. 提示dll不存在时,不要只补充提示的那几个dll,而需要去下载并安装【微软运行库】,这样会出现及时提示了注入成功 2.特别是提示注入结果1时,使用netstat -ano | findstr 19088没有发现端口,更需要去装【微软运行库】 3. 我的命令是这样的 ConsoleApplication.exe -i WeChat.exe -p D:\WeChat\wxhelper-3.9.8.25.dll 4. 特别是powerShell 提示注入结果0,cmd提示注入结果1,反正我最后是补充了单个dll不行,然后装了【微软运行库】才行的 你好,是具体是哪个运行库呐?能说一下吗,感谢~
就搜微软运行库,我用的果核剥壳的,https://www.ghxi.com/yxkhj.html 微软官方应该也有的
https://www.ghxi.com/yxkhj.html
No branches or pull requests
1. 提示dll不存在时,不要只补充提示的那几个dll,而需要去下载并安装【微软运行库】,这样会出现及时提示了注入成功
2.特别是提示注入结果1时,使用netstat -ano | findstr 19088没有发现端口,更需要去装【微软运行库】
3. 我的命令是这样的
ConsoleApplication.exe -i WeChat.exe -p D:\WeChat\wxhelper-3.9.8.25.dll
4. 特别是powerShell 提示注入结果0,cmd提示注入结果1,反正我最后是补充了单个dll不行,然后装了【微软运行库】才行的
The text was updated successfully, but these errors were encountered: