hxgqh / WeChat-Hook

PC微信接口3.7.0.29 可用作二次开发 微信机器人 通过Json调用微信API接口实现各项功能 提供微信3.6.0.18Hook源码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PC微信3.7.0.29接口/New Current

全部功能支持PC微信版本/All Function Support Version 3.7.0.29

部分功能支持PC微信版本/Some Function Support Version 3.6.0.18

使用方法/How to use:

下载msimg32.dll后将dll当道微信安装目录下。比如我这里是

D:\Program Files (x86)\WeChat3.7.0.29

重启微信后使用json方式调用即可。

新版本 接口 使用文档/Docs:

https://www.showdoc.com.cn/1967579757595791/8929096202824749


QQ:364831018

历史版本/History

老版本支持PC微信3.6.0.18版本/Support Vertion 3.6.0.18

Support PC WeChat 3.6.0.18 Version

微信下载地址/Download:

Download WeChat(Select Windows platfrom): https://pc.weixin.qq.com/

如何下载历史版本微信/How to download history wechat version

后面的 3.3.0.104 版本号输入你想要下载的版本号即可

URL:https://dldir1.qq.com/weixin/Windows/WeChat3.3.0.104.exe

如何使用/How to use

How to start

下载E语言5.8版本。打开编译即可。 download E5.8.exe install and bulid this *.e file.

功能清单/Function List:

0.Forward Any XML Message

1.Send Message(text,xml,pic,file ...)

2.BackUp DataBase

3.Get DB Handle

4.Create ChatRoom

5.Get Self Info

6.Get All Contact

7.Add New Friend

8.Get All Chat Message

9.Delete Friend

10.Get Wechat Debug Message

11.Add ChatRoom Member

12.Call Inline Browser

13.Get Friend Info by Wxid

14.Edit Friend Describe By WXID

15.Get Member Info by Group ID

16.Query Group Info By Group ID

17.Edit Group Describe By Group ID

18.Edit Group Name By Group ID

19.Agree New Friend Request

20.Get Infomation from network by Tel or QQ or Wx Number

21.undo Message Recall

22.Invite ChatRoom Member

23.Send Chat Room Message of at type

24.remote call getA8key function get ticket=[xx] & exportkey=[xx] & pass_ticket=[xx] parameter info

25.Bypass time limit for download pictures

26.Automatic call collection funtion

致谢 & 参考

提供了微信call寻找思路与教程: https://github.com/hedada-hc/pc_wechat_hook

数据库备份部分代码引用了 zmrbak 老师的代码,在此表示感谢: https://github.com/zmrbak/PcWeChatHooK

Web微信协议的部分根据这个视频思路写的,感谢乐易论坛的讲师 揰掵佲 做的教程:
https://www.bilibili.com/video/BV1WJ411i7Bb?spm_id_from=333.337.search-card.all.click

还有那些在我找call过程中给我提供思路、源码、偏移的所有人,诚挚感谢你们的支持与帮助!

致敬

https://github.com/littlecodersh/ItChat

https://github.com/wechaty/wechaty

=========================================

End

PS: added array of bytes scan tool & technology code

About

PC微信接口3.7.0.29 可用作二次开发 微信机器人 通过Json调用微信API接口实现各项功能 提供微信3.6.0.18Hook源码

License:MIT License


Languages

Language:C++ 51.9%Language:C 48.1%