0 Q&A
ttttupup edited this page 2023-08-15 15:42:01 +08:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Q:我使用注入工具注入失败,怎么办?

A: 注入原理参考书籍 《windows核心编程》 《加密与解密》

参考博客: https://aliongreen.github.io/posts/remote-thread-injection.html

解决方案参考:https://github.com/ttttupup/wxhelper/discussions/65

Q:注入之后,调用接口微信崩溃了?

A: 请检查dll版本和微信版本是否一致。

Q:hook的消息在控制台输入乱码怎么办

A: 请检查终端默认编码格式。windows查看编码格式命令chcp ,如果是gbk编码请切换utf8编码 chcp 65001后重试。

Q:编译失败怎么办?

A: 请参考文档配置好相关环境,一步步操作。基础问题请自行查阅相关文档即可。

Q:收到的图片不自动下载?

A: 图片不下载,可以调用下载附件接口触发微信下载。

Q:微信图片为.dat后缀如何解码

A: 微信图片为简单的异或编码,可自行解码。或者调用图片解码接口。

Q:这个工具可以商用吗?

A: 不可以。该工具仅进行学习研究使用下载后请24小时内删除。

Q:使用vs和vscode构建失败如何处理

A: vs构建cmake参考官方文档https://learn.microsoft.com/zh-cn/cpp/build/cmake-projects-in-visual-studio?view=msvc-170
vscode构建cmake参考官方文档https://code.visualstudio.com/docs/cpp/config-msvc