2025-12-25 upload

This commit is contained in:
“shengyudong”
2025-12-25 11:16:59 +08:00
commit 322ac74336
2241 changed files with 639966 additions and 0 deletions

View File

@@ -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.