-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|50|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Link Home -> Help/Tutorials


 
Afr0
Created : 09 November 2009
 

Authorizing (bypassing) with Windows Firewall

Example code for bypassing Windows Firewall

https://www.shafqatahmed.com/2008/01/controlling-win.html
Shows how to get access to the Windows Firewall API in .NET. The same dlls apply for C++ as well, and the code gives a pretty good idea of how to do it in an unmanaged language.
Mostly applicable for Windows Vista and Windows 7, but also handy for Windows XP if someone should happen to have the firewall enabled.
Code example for giving your application full trust!

 

Comments