basil00
basil00
In that case, it should just be a matter of configuring `tor` correctly. This is something I do not know how to do, but maybe we can leave the issue...
I will look into it.
Thanks for your efforts. I think the mutex and tray icon are good improvements. Uninstalling WinDivert is more tricky since this can interfere with other WinDivert applications that may be...
Stopping the service will lead to problems, so best to remove this functionality. I think it may be possible to do safely using the `REFLECT` api and some undocumented features,...
The uninstaller should not stop the driver since other unrelated WinDivert applications may still be using it. I was unable to reproduce the problem -- I tried deleting the `.sys`...
So is this a Win10 issue, or a python+Win10 issue? (I do not have a Win10 test box handy)
In that case it appears that Windows has changed its semantics regarding deleting `.sys` files that are currently running. This complicates the WinDivert uninstall process, since as mentioned earlier, stopping...
I assume that `passthru.exe` did not report any error? One thing you are try is running `netdump.exe` with a lower priority than `passthru.exe`, but with the same filter. Are the...
My bandwidth is extremely limited these days. Did you also check if the SYNACK was ever generated? It may be some weird NAT interaction, but I do not have any...
> Also, with passthru.exe NOT running, there are still no syn ack calls on port 20001. You mean if only `netdump.exe` running there is no SYNACK? This would be very...