-
Dear, basil.
My name is Irog. I am a student studying about WinDivert :)
While compiling netfilter.c file that I modified, I met something unknown error. Here is a test.
[Test Case 1]
I tried to se…
-
I'm using mitmdump v0.13 on Windows 10. If I don't run in Administrator mode, mitmdump gives an "Access Denied" error. Works fine in Administrator mode. Is this a know issue? I didn't see it documente…
-
Hi,
WinDivert is based on WDK-7.1.0 and claims that it would support Windows Vista and up (7,8,10). But the Microsoft's [page](https://www.microsoft.com/en-pk/download/details.aspx?id=11800) claims t…
-
I'm new to driver dev hence don't know much about driver signing.
I'm trying to sign WinDivert64.sys using the help available within WDK. After creating *.cer file, creation of *.cat file is required…
-
Hi,
Thank you very much for this great binding!
I succeeded in modifying the payload content without touching the length of the incoming buffer, but cannot "add" extra content to it.
Is it possible…
-
Using forward layer and wireshark, windivert app receives packets, but see more packets than mirrored. Without wireshark, it doesnt receive at all. In network layer, windivert app hangs the PC. I have…
-
in windows 2012 64bit system:
if (!WinDivertSend(handle, (PVOID)dnr, icmp_length, &send_addr,
NULL))
{
fprintf(stderr, "warning: failed to send…
-
First I would like to thank you for this awesome .Net binding.
I would like to capture a tcp packet at the forwarding layer and then re-inject it with the local machine as the destination while chang…
-
There are no any other .net wrappers for WFP. And this project was hard to find. TY MAN!
-
1. When I implement windivert similar to passthru example, that is creating fix multiple threads and simple filter pass all i.e "outbound", I never get "failure to inject packet 87" error. When I chan…