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, used by the redirector.
- Run
pip install -e .
to installmitmproxy_windows
as editable. - Run something along the lines of
mitmdump --mode local:curl
.
You should see aDevelopment mode: Compiling windows-redirector.exe...
message.