Giter Site home page Giter Site logo

wx_socket_helper's Introduction

Socket_WX_Helper

要求

项目介绍

编译环境为VS2019 只支持微信3.2.1.112版本。会在项目右侧的Release中附上3.2.1.112微信版本的安装包,编译好的dll可在Release到,该项目使用socket通信,只要是支持socket的语言都可以使用。(如果你不会写的话,可以加群找我要)

主要功能:

接收消息:

image

    1. 发送普通文本消息:
      {
        "type": 1,
        "wxid":"wxid",
        "msg":"消息内容"
      }
             例如:{"type":1,"wxid":"filehelper","msg":"消息内容"}
    

    效果演示: image

    1. 发送名片
    {
            "type": 2,
            "wxid":"wxid",
            "source":"源wxid",
            "NickName":"昵称"
    }

例如:{"type": 2,"wxid":"filehelper""source":"wxid_4zr616ir6fi122""NickName":"昵称"}

效果演示:

image

    1. 通过wxid获取好友详细信息
  {
    "type": 3,
    "wxid":"wxid",
  }

例如:

    {"type": 3,"wxid":"wxid_4zr616ir6fi122",}

效果演示: image

    1. 遍历二叉树获取好友列表
{
    "type": 4,
}

例如:

    {"type": 4}

效果演示:

image

python控制台收到的并不是错误的,这个是编码后的,可以用utf8解开还原成中文,我实力太菜,就不想折腾了

    1. 通过wxid获取好友详细信息
  {
    "type": 3,
    "wxid":"wxid",
  }

例如:

  {"type":3,"wxid":"wxid_4zr616ir6fi122"}

效果演示:

image


    1. 通过wxid关注公众号
  {
    "type": 12,
    "wxid":"wxid",
  }

效果演示: image


这里还有一些别的个人信息,我只是没有取出来,有需要的话,可以自己看下我的代码去取出来,我写的都挺简单易懂的(太懒了,没办法-_-)

余下的功能就不一一演示了,第一次开源项目,github都不太会用,后面闲着没事了,如果有需要的话我会完善的,我的所用功能都在socketMain里可以找到。


我写这个项目的目的,只是单纯的想考验下我自己的实力,FindPattern库是我偶然一次看到大佬发出来的,这个特征码匹配的还是很不错的,我本来想的是全部功能都用特征码实现,后面发现太麻烦了,就放弃了,ZZHook是我自己封装的,我个人感觉还是挺方便的,我在hook 消息的时候有用到,有兴趣的一看看


我目前是一名即将迈入大二的学生,逆向之路真的很坎坷,在我学习编程的别的方向的东西的时候,每当遇到问题,都会有一些大佬出手愿意帮我解决问题,但是我学习逆向,基本就是对着视频、文章看,不明白的地方,想去寻求一些大佬的帮助,但是我渐渐的发现太难了,大佬基本都在研究自己的,没兴趣搭理我这种刚入门的菜鸡,就算他们做出来功能了,也不愿意哪怕指点一二,这时候真的挺伤心的,愿逆向的世界美好一点,我认为逆向是很有趣的,并不是冷冰冰的赚钱工具


我创建了一个QQ群(933517692),我希望有更多志趣相投的人大家走在一起,不是为了钱,就是为了快乐,这里不欢迎只会拿人东西,连句谢谢都没有的人。(如果有人帮助你解决了问题,请至少说句“谢谢大佬”,不至于让人感觉帮了一条狗)

wx_socket_helper's People

Contributors

zhuzhu-top avatar

Watchers

James Cloos avatar

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.