PcapDotNet / Pcap.Net

.NET wrapper for WinPcap written in C++/CLI and C#, which features almost all WinPcap features and includes a packet interpretation framework.
BSD 3-Clause "New" or "Revised" License
564 stars 167 forks source link

Forcing a process to communicate through the proxy #124

Open ErcinDedeoglu opened 1 year ago

ErcinDedeoglu commented 1 year ago

Hello, I'm researching this topic. I checked StackOverflow, and almost all issues redirected me to this project.

Please give me a hand if this is the correct place to ask.

I want to make a simple application that will take PID and force that PID's owner process to communicate via a proxy/socks.

Like ProxyCap or Proxifier... Can I use this library to make it happen? If not, could you teach me the terminology and what should I look for? So I can Google it more comfortably.

I appreciate any help you can provide.