Thread: Intercepting Data Bound for Local Application from Remote Server

  1. #1
    Registered User
    Join Date
    Feb 2005
    Posts
    54

    Intercepting Data Bound for Local Application from Remote Server

    Hi, im an online gamer and I want to filter out certain things from the game chat room before they show up on my screen, like certain explicit text and the like. Is it possible using the Windows API to route data bound for a java applet in my browser to a point where I can filter it first, before it goes to the applet? I hear something called loopbacking may help, but I'm not sure how that works.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    There is nothing in the Windows API that can help you, but writing a LSP would do the trick. The problem is finding good information on how to write and install a LSP. The last time I did this, it took me weeks of painful trial and error to get it right since I couldn't find much in the way of documentation. The website that got me started was this one. As far as I know, this is the only way to do what you are attempting to do in the realm of user space. Obviously writing kernel level programs (drivers, filter drivers) will also solve this problem.

  3. #3
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    You could also consider writing a proxy server (which would run on the same computer as the client). Assumably, this is what is meant by "loopbacking".

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data link / Application layers
    By ltcabral in forum Networking/Device Communication
    Replies: 1
    Last Post: 04-09-2008, 05:45 AM
  2. socket question
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-19-2002, 01:54 PM
  3. Replies: 1
    Last Post: 06-07-2002, 11:22 AM
  4. Post programs
    By GaPe in forum C# Programming
    Replies: 8
    Last Post: 05-12-2002, 11:07 AM