Local Proxy Server and NDIS+TDI

Home Forums Discussions Support Local Proxy Server and NDIS+TDI

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5228
    yduuz
    Participant

      Some antiviruses and firewals work as “Local Proxy” (ex ESET Smart Security), so using your NDIS and TDI libraries I can’t determine which application a packet belongs to.
      Is there a way to defeat that?

      #6683
      Vadim Smirnov
      Keymaster

        Transparent local proxy? If you can’t intercept application network activity on the TDI level then probably mentioned antiviruses use Layered Service Provider (LSP) to redirect the connection to the local proxy and thus it does reach TDI only from the name of local proxy, not in the context of the calling application. If this is really so you have to create your own LSP and layer it just above AV LSP to get connection first.

        #6684
        yduuz
        Participant

          As I see on your site you don’t have an LSP solution. Do you plan to make one in the near future?

          #6685
          Vadim Smirnov
          Keymaster

            LSP sample is available in WIndows SDK. Personally I don’t like LSP, its implementation in Windows wishes better.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.