Skip to main content

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.2.tar.gz (43.2 kB view details)

Uploaded Source

Built Distribution

pyrpd-1.0.2-cp38-cp38-win_amd64.whl (45.9 kB view details)

Uploaded CPython 3.8 Windows x86-64

File details

Details for the file pyrpd-1.0.2.tar.gz.

File metadata

  • Download URL: pyrpd-1.0.2.tar.gz
  • Upload date:
  • Size: 43.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyrpd-1.0.2.tar.gz
Algorithm Hash digest
SHA256 2e2cabbdac782ebb5f2a2ababd58de69cebc705942951c645cc58b0339b1b0c1
MD5 cb3555fe86d7726fdef77c631fd93fa6
BLAKE2b-256 e4bc5f1330808416b38b71e23e039e87e3bb50a1ce9a03633f089557d9285ebe

See more details on using hashes here.

File details

Details for the file pyrpd-1.0.2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyrpd-1.0.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 45.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for pyrpd-1.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2e5797e2b2d06552b6ce2e98ee565a384016745d069e33dabdb695f16c36ae18
MD5 19899699b12629dd43a8bac3c348c5f2
BLAKE2b-256 6ee0b7e156f1c51f0522d9d0b551af8b572582922c3e1d9a78a2f384801e16c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page