Thread: dll to encrypt packet sends

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,665
    You mean like the same way the secure sockets layer works?
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  2. #2
    Registered User
    Join Date
    Jan 2006
    Posts
    22

    Arrow

    Hello,

    I dont know what you mean, but i'll try to explain it more...

    A program, any... to send anything to internet via TCP, use a function of windows that i dont remember the name, ...

    so, i need that my dll, when attach to a process, encrypt all packets before the program send it, understand?

    PROGRAM -> WINDOWS API (SOCKETS) -> SEND

    after hooked

    PROGRAM -> WINDOWS API (SOCKETS) -> MY DLL FUNC TO ENCRYPT IT -> SEND

    or

    PROGRAM -> MY DLL FUNC TO ENCRYPT IT -> WINDOWS API (SOCKETS) -> SEND

    Thank you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. Global Variables
    By Taka in forum C Programming
    Replies: 34
    Last Post: 11-02-2007, 03:25 AM
  3. Send()s being clumped into one packet
    By Yasir_Malik in forum Windows Programming
    Replies: 4
    Last Post: 05-03-2006, 09:58 PM
  4. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  5. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM