Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. BHO's vs Firewalls

BHO's vs Firewalls

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stuggo
    wrote on last edited by
    #1

    Hi all, I'd like to create a service running in the background on a client's computer to monitor various actions of the user, such as: Logging URL's visited Logging files downloaded etc ... I was first going to use a Browser Helper Object to do this but then discovered that it would only work with Internet Explorer and not other browser types. I also discovered that a lot of marshalling would have to occur especially using the languange C#. I would now like to code a firewall instead to log the various user actions. How would i go about doing this ? ... Any code or reference sites would be much appreciated. Thank you for your time

    B 1 Reply Last reply
    0
    • S Stuggo

      Hi all, I'd like to create a service running in the background on a client's computer to monitor various actions of the user, such as: Logging URL's visited Logging files downloaded etc ... I was first going to use a Browser Helper Object to do this but then discovered that it would only work with Internet Explorer and not other browser types. I also discovered that a lot of marshalling would have to occur especially using the languange C#. I would now like to code a firewall instead to log the various user actions. How would i go about doing this ? ... Any code or reference sites would be much appreciated. Thank you for your time

      B Offline
      B Offline
      Brian Delahunty
      wrote on last edited by
      #2

      Why not just use a free proxy server and require the client to connect via the proxy? Regards, Brian Dela :-) http://www.briandela.com IE 6 required.
      http://www.briandela.com/pictures Now with a pictures section :-D
      http://www.briandela.com/rss/newsrss.xml RSS Feed

      S 1 Reply Last reply
      0
      • B Brian Delahunty

        Why not just use a free proxy server and require the client to connect via the proxy? Regards, Brian Dela :-) http://www.briandela.com IE 6 required.
        http://www.briandela.com/pictures Now with a pictures section :-D
        http://www.briandela.com/rss/newsrss.xml RSS Feed

        S Offline
        S Offline
        Stuggo
        wrote on last edited by
        #3

        I'm currently a student thats studying and i have to create this application as a 4th year project, so i have to physically code a application. Any help will be very much appreciated ...

        H D 2 Replies Last reply
        0
        • S Stuggo

          I'm currently a student thats studying and i have to create this application as a 4th year project, so i have to physically code a application. Any help will be very much appreciated ...

          H Offline
          H Offline
          Heath Stewart
          wrote on last edited by
          #4

          Then code a log analyzer. .NET is too high-level, as I said in my email, for such a task. Software firewalls must be integrated at a very low level with Windows, something that C/C++ is more suited for. A firewall must be very efficient and must hook the internet connections in Windows, which also works differently on different Windows platforms.

          Microsoft MVP, Visual C# My Articles

          1 Reply Last reply
          0
          • S Stuggo

            I'm currently a student thats studying and i have to create this application as a 4th year project, so i have to physically code a application. Any help will be very much appreciated ...

            D Offline
            D Offline
            Dave Kreskowiak
            wrote on last edited by
            #5

            Even writing the firewall will require a ton of marshalling and P/Invoking... C# and VB.NET are too high a level for the projects your coming up with. A firewall app would be better written in C++. Maybe not the entire app, but the filtering engine would definately be C++, maybe even Managed C++. You could write management interface for the engine in C# though. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups