Coder Social home page Coder Social logo

aixed / wechat-hook Goto Github PK

View Code? Open in Web Editor NEW
1.3K 27.0 388.0 136.42 MB

PC wechat robot interface [wechat Hook] / PC微信3.9.10.16/3.9.2.23接口 微信Hook 微信机器人 微信Hook源码 PC微信协议算法

License: MIT License

C 50.95% C++ 6.94% Python 0.21% JavaScript 41.90%
e wechat wechat-hook wechat-api

wechat-hook's Introduction

更多 PC微信Hook技术 / 企业微信接口

More PC WeChat Hook Technology

QQ: 364831018

Telegram: @Aixed


New Current

PC微信3.9.10.16接口/PC WeChat 3.9.10.16 Interface



接口文档/Interface Docs:

https://www.showdoc.com.cn/wechatproject

History

PC微信3.4.5.22/3.6.0.18/3.6.5.16/3.7.0.29/3.7.0.30/3.7.5.23/3.7.6.44/3.8.0.41/3.9.2.23/3.9.10.16接口

PC wechat 3.4.5.22/3.6.0.18/3.6.5.16/3.7.0.29/3.7.0.30/3.7.5.23/3.7.6.44/3.8.0.41/3.9.2.23/3.9.10.16 interface some code

如何使用/Build

下载E语言5.93版本。打开编译即可/download E5.93.exe [development environment] install and bulid this *.e file.

Download Addr:

https://www.123pan.com/s/hKl7Vv-a00bd.html

致谢 & 参考

Reference & Thanks

提供了微信call寻找思路与教程:

This project provided me with a tutorial

https://github.com/hedada-hc/pc_wechat_hook

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

An example of database backup, the code by zmrbak

https://github.com/zmrbak/PcWeChatHooK

Web微信协议的部分根据这个视频思路写的,感谢乐易论坛的讲师 揰掵佲 做的教程:

These videos helped me when I was doing the web WeChat protocol

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

wechat-hook's People

Contributors

aixed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wechat-hook's Issues

submit 建议

建议大佬出一个尽量少用模块或者只用开源模块Hook64位wx的接收谢谢的例子。万分感谢

3.7.0.29json调用无效

楼主您好,测试了下返回success,但是微信没反应,微信版本是对的
{"success":"1"}<script>
(function() {
var ws = new WebSocket('ws://' + window.location.host + '/jb-server-page?reloadServiceClientId=68');
ws.onmessage = function (msg) {
if (msg.data === 'reload') {
window.location.reload();
}
if (msg.data.startsWith('update-css ')) {
var messageId = msg.data.substring(11);
var links = document.getElementsByTagName('link');
for (var i = 0; i < links.length; i++) {
var link = links[i];
if (link.rel !== 'stylesheet') continue;
var clonedLink = link.cloneNode(true);
var newHref = link.href.replace(/(&|?)jbUpdateLinksId=\d+/, "$1jbUpdateLinksId=" + messageId);
if (newHref !== link.href) {
clonedLink.href = newHref;
}
else {
var indexOfQuest = newHref.indexOf('?');
if (indexOfQuest >= 0) {
// to support ?foo#hash
clonedLink.href = newHref.substring(0, indexOfQuest + 1) + 'jbUpdateLinksId=' + messageId + '&' +
newHref.substring(indexOfQuest + 1);
}
else {
clonedLink.href += '?' + 'jbUpdateLinksId=' + messageId;
}
}
link.replaceWith(clonedLink);
}
}
};
})();
</script>

询问问题?

有没有使用教程,看到的都是文档接口

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.