PDA

Click to See Complete Forum and Search --> : Create your own firewall


zsoftware
Oct 12th, 2007, 11:20 PM
Create your own firewall


It is possible to create your own firewall using the .NET framework or a third-party component.

My objective is to keep track of all incoming and outgoing IP addresses regardless of the active browser that is being used to surf the web. Once an IP address that is targeted as illegal has been found, it should block that IP from being reached.

If this is possible, I would like to see some source code for it.

k1ll3rdr4g0n
Oct 13th, 2007, 04:13 PM
I know this is possible using the .Net framework, prehaps you should search pscode.com

zsoftware
Oct 13th, 2007, 04:24 PM
I've actually found a solution. I'm using a firewall in C++ and creating a dll wrapper which I will call in vb. I think that program is called something like FirewallPApi.exe