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.3.tar.gz
(70.3 kB
view details)
Built Distribution
File details
Details for the file pyrpd-1.0.3.tar.gz
.
File metadata
- Download URL: pyrpd-1.0.3.tar.gz
- Upload date:
- Size: 70.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 753f09c92d1522cb1d89beaea6af1b6c5ff8c7d43d965be7bc99da5a0ccb754a |
|
MD5 | 30be44b4b812fcaca8bc4f520e4d3fff |
|
BLAKE2b-256 | ddcefc99ae8ead9e2079f73beecad4f9cebcee18650a56420f24c42685c2679b |
File details
Details for the file pyrpd-1.0.3-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: pyrpd-1.0.3-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 | 17210ed67ba29e3e95294ffe3741337aa2179d00ef09ef79448959338e8a3c3f |
|
MD5 | bb563103b2920fdcc873abdda43cbc2b |
|
BLAKE2b-256 | c3f3f82478e1b01e2041e3fb7d04760a46804bc4e3c10558674582d33bf638f1 |