Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Hi,
In the "read me" file of the WFPSampler sample, there is an indication of an exe called WFPSamplerProxyService.Exe which "is the service which listens for connections to proxy"
Its missing in the repository.
There are indications of its existence in other places of the sample like:
"static PCWSTR g_pProxyServiceExe = L"%SystemRoot%\System32\WFPSamplerProxyService.Exe";"
I saw that several people have been looking for it.
Someone knows where it can be downloaded?
Thanks,
Sagi
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Writing WDF Drivers | 7 Dec 2020 | LIVE ONLINE |
Internals & Software Drivers | 25 Jan 2021 | LIVE ONLINE |
Developing Minifilters | 8 March 2021 | LIVE ONLINE |
Comments
It's probably just named incorrectly in a few places. It's likely The WFPSamplerService.exe binary, build by WFPSamplerService.vcxproj.
WFPSamplerService.vcxproj -> C:\Users\jst\source\repos\Windows-driver-samples\network\trans\WFPSampler\svc\Debug\WFPSamplerService.exe
its not a rename issue. in the documentation there are two different projects with different content, WFPSamplerService.exe and WFPSamplerProxyService.Exe