No project description provided
Project description
What's pyrpd?
The pyrpd is a simple python project for remote process debug.
Quick Start
pip install pyrpd
How to Use
>>> import pyrpd
>>> from pyrpd.tests import WeChat
>>> wx = WeChat.new_wechat()
>>> wx.pid
19284
>>> wx.GetModuleHandle("WeChatWin.dll")
1677262848
>>> wx.GetProcAddress("WeChatWin.dll","StartWechat")
1691409392
>>> dll_path = r"D:\C++\lwc\Debug\wxapi.dll"
>>> wx.load(dll_path)
True
>>> wx.GetModuleHandle("wxapi.dll")
2054291456
>>> wx.GetProcAddress("wxapi.dll","_test")
2055822152
>>> wx.call("wxapi.dll","_test",0)
1
>>> param = {"type":0,"alias":"ljc545w"}
>>> import json
>>> resp = wx.send("wxapi.dll",json.dumps(param))
>>> print(resp.decode())
{"data":{"desc":"该微信号已被使用","status":-7},"description":"","error_code":10000}
>>> wx.unload("wxapi.dll")
True
>>> wx.GetModuleHandle("wxapi.dll")
0
Contact me
ljc545w@qq.com
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrpd-1.0.4.tar.gz
(70.8 kB
view details)
Built Distribution
File details
Details for the file pyrpd-1.0.4.tar.gz
.
File metadata
- Download URL: pyrpd-1.0.4.tar.gz
- Upload date:
- Size: 70.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b234a228196b6ea9cd89b12d11f44b5aa78992f611421822aa5b58a6f9c9420a |
|
MD5 | fc1dab996798ae9f7c103e9e24e3481a |
|
BLAKE2b-256 | b37b68f1c56aeb63efd9253658a58c94a924a024d6aadba2c213895818b021d6 |
File details
Details for the file pyrpd-1.0.4-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyrpd-1.0.4-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 60.0 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da9f8f968cc19718a054db60fb6aeac5571f5c63620f0336473a94740e2c3104 |
|
MD5 | b12e5de7c94731c243bd9474660ed784 |
|
BLAKE2b-256 | 3bf7b548d5a45aa9b9c4785c35bc36ea9391c8ef8ae0c81ac64d1ec50519bfaa |