2025-12-25 upload
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,21 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: mitmproxy-windows
|
||||
Version: 0.12.8
|
||||
Project-URL: Source, https://github.com/mitmproxy/mitmproxy-rs
|
||||
License-Expression: LGPL-3.0-or-later
|
||||
Requires-Python: >=3.12
|
||||
Description-Content-Type: text/markdown
|
||||
|
||||
# mitmproxy-windows
|
||||
|
||||
This package contains the following precompiled binaries for Windows:
|
||||
|
||||
- `windows-redirector.exe`: A Rust executable that redirects traffic to mitmproxy via a Windows named pipe.
|
||||
- A vendored copy of [WinDivert](https://reqrypt.org/windivert.html), used by the redirector.
|
||||
|
||||
|
||||
## Redirector Development Setup
|
||||
|
||||
1. Run `pip install -e .` to install `mitmproxy_windows` as editable.
|
||||
2. Run something along the lines of `mitmdump --mode local:curl`.
|
||||
You should see a `Development mode: Compiling windows-redirector.exe...` message.
|
||||
@@ -0,0 +1,12 @@
|
||||
mitmproxy_windows-0.12.8.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
mitmproxy_windows-0.12.8.dist-info/METADATA,sha256=yZArI3_kybU80w9KfvZ_xh5jPedkgT8TAFimucgM7_I,783
|
||||
mitmproxy_windows-0.12.8.dist-info/RECORD,,
|
||||
mitmproxy_windows-0.12.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
||||
mitmproxy_windows/LICENSE,sha256=FKDLUhTVNuT9rmqj9WlvmB7toQbNAm6XlLukie551ig,61349
|
||||
mitmproxy_windows/WINDIVERT_VERSION,sha256=kZMEJfMdUTLnjgrXGVYg5DUSGi_fh89lX4MjqkWuBGg,6
|
||||
mitmproxy_windows/WinDivert.dll,sha256=weBg7hlESiWbIWL4rw8_6MRCihxvaU3OIN4ZSsjX2aI,47616
|
||||
mitmproxy_windows/WinDivert.lib,sha256=xWeNVE6wEhoYnRE59U4MZ4VNxk0ciXERon7y5SyzjrM,25422
|
||||
mitmproxy_windows/WinDivert64.sys,sha256=jaCFMyeCcI2HZ7ys5TJ6bscoPBfPuF5AsDzSMjqQ3cI,94144
|
||||
mitmproxy_windows/__init__.py,sha256=uACsAOkwWhrTlXY2fdo14uUjnqU_9EvQr2I_hM2lV_c,1219
|
||||
mitmproxy_windows/__pycache__/__init__.cpython-312.pyc,,
|
||||
mitmproxy_windows/windows-redirector.exe,sha256=pQEqssjZ9_Xr4eadg338Xfs_MRNq-IH1o6cwL9vvjBg,1030144
|
||||
@@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: hatchling 1.27.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
Reference in New Issue
Block a user