Makeing a firewall

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Developer
I wanna make a firewall throught C
i found some samples butthey were ALL in c++ & unfortunatly i dont know C++ at al
Can u please help me with any component that i might addd to my project , Dll reference or a Namespoace

Thanks In advance
 
To program a Firewall, C# is more than unappropriate. But you can use C# for
the GUI which configures the firewall, and use C/C++ for the firewall
itself.
You have to raw access the network card before the incoming packets are
dispatched to the applications on your pc.
 
Back
Top