From 60b27ce0b24cdf53668b93eff35e171e04580ff7 Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 16 Oct 2024 20:53:09 +0300 Subject: [PATCH] readme: win32 info --- docs/windows.eng.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/windows.eng.md b/docs/windows.eng.md index 8e01fc0..18e587e 100644 --- a/docs/windows.eng.md +++ b/docs/windows.eng.md @@ -85,6 +85,7 @@ Make from directory `nfq` using `make cygwin`. `winws` requires `cygwin1.dll`, `windivert.dll`, `windivert64.sys`. You can take them from `binaries/win64/zapret-winws`. 32-bit x86 version can be build from 32-bit cygwin using `make cygwin32`. +`windivert.dll` and `windivert32.sys` can be taken from [windivert 2.2.2 archive](https://reqrypt.org/download) There's no `arm64` signed `windivert` driver and no `cygwin`. But it's possible to use unsigned driver version in test mode and user mode components with x64 emulation.