GithubHelp home page GithubHelp logo

Comments (5)

neugle avatar neugle commented on June 14, 2024 1

payload = json.dumps({
"port": 19099, //去掉双引号
"ip": "127.0.0.1", // 不要加 http://
"url": "http://127.0.0.1:8000/api", //写服务端真实地址(一定要启动demo中的服务端),注意写对路径
"timeout": 3000, //去掉双引号
"enableHttp": 1 //去掉双引号
})

from wxhelper.

zhupanonline avatar zhupanonline commented on June 14, 2024

微信直接闪退,程序报错。
File "http_client.py", line 494, in
hookSyncMsg()
File "http_client.py", line 80, in hookSyncMsg
response = requests.request("POST", url, headers=headers, data=payload)
File "C:\soft\Python36\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "C:\soft\Python36\lib\site-packages\requests\sessions.py", line 529, in request
resp = self.send(prep, **send_kwargs)
File "C:\soft\Python36\lib\site-packages\requests\sessions.py", line 645, in send
r = adapter.send(request, **kwargs)
File "C:\soft\Python36\lib\site-packages\requests\adapters.py", line 501, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))

from wxhelper.

zhupanonline avatar zhupanonline commented on June 14, 2024

求大神帮忙,感谢

from wxhelper.

ttttupup avatar ttttupup commented on June 14, 2024

需要启动http服务端

from wxhelper.

zhupanonline avatar zhupanonline commented on June 14, 2024

@ttttupup 大佬,我是启动了http服务的,而且单独调用http服务是可以请求通的。我怀疑是注入的时候有点问题,因为我使用,
C:\soft\Tencent\WeChat>ConsoleApplication.exe -i WeChat.exe -p wxhelper.dll
dll inject successdll path : w dll path : 1468 注入结果:1

C:\soft\Tencent\WeChat>ConsoleApplication.exe -i WeChat.exe -p wxhelper.dll
注入结果:0

C:\soft\Tencent\WeChat>ConsoleApplication.exe -i WeChat.exe -p wxhelper.dll
dll inject successdll path : w dll path : 932 注入结果:1

C:\soft\Tencent\WeChat>ConsoleApplication.exe -u WeChat.exe -p wxhelper.dll
卸载结果:1

C:\soft\Tencent\WeChat>netstat -ano | findstr 932
TCP 0.0.0.0:19088 0.0.0.0:0 LISTENING 932
TCP 0.0.0.0:49672 0.0.0.0:0 LISTENING 4932
TCP 127.0.0.1:8680 0.0.0.0:0 LISTENING 932
TCP 192.168.3.119:53161 120.233.22.42:80 ESTABLISHED 932
TCP [::]:49672 [::]:0 LISTENING 4932
卸载是不起作用的,使用:ConsoleApplication.exe -u WeChat.exe -d wxhelper.dll
卸载结果:0
发送消息,获取信息,hook日志,都没啥问题,唯独hookSyncMsg,就报错,然后微信闪退。使用其他版本的dll,曾经成功过一次。使用V8以上的dll,基本都是hookSyncMsg必挂。
感谢大佬百忙中的解答。我会再次检查所有配置尝试。

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.