Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > how to make firewall for Windows?

Reply
Thread Tools Display Modes

how to make firewall for Windows?

 
 
Zec
Guest
Posts: n/a

 
      10-27-2009
I want to programming for windows.

but i don't know that how to make it.

I find open sources or information about firewall.

Please give me information about it if you know.

Thanks :-)


 
Reply With Quote
 
 
 
 
Brian Catlin [MVP]
Guest
Posts: n/a

 
      10-28-2009
"Zec" <> wrote in message
news:A2FA9020-4A37-4978-9846-...
> I want to programming for windows.
> but i don't know that how to make it.
>
> I find open sources or information about firewall.
> Please give me information about it if you know.


I'm not aware of any open source firewalls for Windows. If you want to
perform your own firewall filtering, you'll have to learn the following:
1. Basic Windows Internals. Try reading "Windows Internals" by Mark
Rusinovich and David Solomon
2. Basic Windows I/O model. Plenty of material in the DDK docs (you
have the DDK, right?)
3. Windows kernel-mode debugger WinDBG
4. Depending upon what you're trying to accomplish, you'll also need a
good understanding of the TCP/IP protocols, possibly the datalink layer
packet formats, possibly WinSock, and maybe IPSEC.
5. Windows Filtering Platform (WFP) is the framework around which you
would create your firewall. WFP filters run in kernel-mode as device
drivers. There are 3 dozen inspection points where you can
examine/modify/discard/inject data coming into or going out of the system.

Starting from knowing nothing of the above, it will probably take you a year
to acquire the necessary knowledge and experience to create a firewall.

What problem are you trying to solve? You might be able to create rules in
the built-in Windows firewall. If not, then you'll need a consultant if you
want this done in any reasonable time frame.


 
Reply With Quote
 
Kerem Gümrükcü
Guest
Posts: n/a

 
      10-30-2009
Hi Brian,

> I'm not aware of any open source firewalls for Windows.


have a look at these projects, they all implement some sort
of firewall, some sort means the layer on which they operate:

http://sourceforge.net/projects/tdifw/
http://www.hsc.fr/ressources/outils/pktfilter/
http://wipfw.sourceforge.net/index.html
http://isafer.sourceforge.net/
http://sourceforge.net/projects/owasp/files/
http://www.delegate.org/delegate/
http://www.kobore.net/soft/pipmasq/

(More or Less) Free Code (See License!):
http://www.codeproject.com/KB/cpp/firewallpapi.aspx
http://www.codeproject.com/KB/IP/smfirewall.aspx
http://www.codeproject.com/KB/IP/drvfltip.aspx
http://beta.codeproject.com/KB/IP/PackyuetFilter.aspx
http://www.codeproject.com/KB/IP/Firewall_NET_C_.aspx

and propably the most powerful of them all:

http://force.coresecurity.com/

But i am not sure if the source code is any
longer available,...

And many many more (mine not included ;-)),...

There are many open source FW's and Example Code
published with different licenses. But all provide a great
means on learning either ring3 filtering/handling or ring0
filtering/handling of network data,...


Regards

Kerem

--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.pro-it-education.de/software/deviceremover
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to contact Microsoft C.B. Windows Vista Hardware 23 03-12-2008 02:06 PM
Fable - How to make it work? James Windows Vista Games 2 08-28-2007 01:40 PM
Error in Vista Firewall ? Stefan D. Windows Vista Administration 0 08-21-2007 01:44 PM
make bootable floppy Stephen Wray Windows Vista Hardware 0 06-17-2006 11:50 AM
Lost my firewall Merzhin Windows Vista General Discussion 14 03-25-2006 07:00 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59