GithubHelp home page GithubHelp logo

Comments (7)

atorber avatar atorber commented on June 14, 2024 1

二维码有实现,进入微信没有实现

  1. 获取二维码是这个方法吗?
    string AccountMgr::GetLoginUrl() {
    DWORD login_url_addr = base_addr_ + WX_LOGIN_URL_OFFSET;
    return "http://weixin.qq.com/x/" + std::string(reinterpret_cast<char*>((DWORD)login_url_addr));
    }
  2. 进入微信可以考虑一下,实现了这两个hook点意味着可以构建自动化程序来启动和登录微信了,发生微信退出或机器重启时可以自动化登录,很酷
  3. 另外安利一下我们的wehcaty-puppet-xp项目,使用frida实现的win版微信机器人,我正在尝试将wxhelper项目里功能移植到xp https://github.com/wechaty/puppet-xp

from wxhelper.

atorber avatar atorber commented on June 14, 2024 1

不好意思,是在我个人github账号的3.9.2.23分支里,还没提交到社区https://github.com/atorber/puppet-xp

from wxhelper.

ttttupup avatar ttttupup commented on June 14, 2024

二维码有实现,进入微信没有实现

from wxhelper.

drag0n-app avatar drag0n-app commented on June 14, 2024

二维码有实现,进入微信没有实现

3.9.5.81没这功能吧?文档和源码都没看到,老版本是有。

from wxhelper.

ttttupup avatar ttttupup commented on June 14, 2024

二维码有实现,进入微信没有实现

  1. 获取二维码是这个方法吗?
    string AccountMgr::GetLoginUrl() {
    DWORD login_url_addr = base_addr_ + WX_LOGIN_URL_OFFSET;
    return "http://weixin.qq.com/x/" + std::string(reinterpret_cast<char*>((DWORD)login_url_addr));
    }
  2. 进入微信可以考虑一下,实现了这两个hook点意味着可以构建自动化程序来启动和登录微信了,发生微信退出或机器重启时可以自动化登录,很酷
  3. 另外安利一下我们的wehcaty-puppet-xp项目,使用frida实现的win版微信机器人,我正在尝试将wxhelper项目里功能移植到xp https://github.com/wechaty/puppet-xp

是这个,frida的确是神器,很赞

from wxhelper.

atorber avatar atorber commented on June 14, 2024

期待【进入微信】】功能的call ,获取二维码的call已经集成好了

最近两天也把wxhelper中的call尽可能移植到xp,再经过一些测试发布npm,使用frida的好处是没有单独的注入操作,小白用户也可以轻松使用

puppet-xp 是基于wechaty的开源项目 https://github.com/wechaty/sidecar-demos ,它在frida基础上进行了封装

from wxhelper.

drag0n-app avatar drag0n-app commented on June 14, 2024

二维码有实现,进入微信没有实现

  1. 获取二维码是这个方法吗?
    string AccountMgr::GetLoginUrl() {
    DWORD login_url_addr = base_addr_ + WX_LOGIN_URL_OFFSET;
    return "http://weixin.qq.com/x/" + std::string(reinterpret_cast<char*>((DWORD)login_url_addr));
    }
  2. 进入微信可以考虑一下,实现了这两个hook点意味着可以构建自动化程序来启动和登录微信了,发生微信退出或机器重启时可以自动化登录,很酷
  3. 另外安利一下我们的wehcaty-puppet-xp项目,使用frida实现的win版微信机器人,我正在尝试将wxhelper项目里功能移植到xp https://github.com/wechaty/puppet-xp

@atorber 老哥你这代码是不是要自己加进去和编译啊?源码中没找到。。。

from wxhelper.

Related Issues (20)

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.