Thread: Hook sendto and recvfrom

  1. #1
    Registered User
    Join Date
    Jul 2007
    Posts
    61

    Hook sendto and recvfrom

    How would I do that?

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Do what?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Jul 2006
    Posts
    63
    look up dll injection. If you search tibia hproxy, you might be able to find an example of this where i guy hooked the send and receive functions of the online game tibia.

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    That kind of stuff falls under cracking games, though, and is against the forum rules. If there is no legitimate reason for the OP to do it, I'll have to close this thread.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  5. #5
    Registered User
    Join Date
    Jul 2006
    Posts
    63
    it could be used to debug a program... i guess

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. magic could happen on recvfrom
    By -EquinoX- in forum C Programming
    Replies: 22
    Last Post: 03-27-2009, 06:06 PM
  2. Error in sending/receiving strings while using sendto() and recvfrom()
    By ferenczi in forum Networking/Device Communication
    Replies: 3
    Last Post: 11-28-2008, 12:12 AM
  3. Socket Datagram info sendto(), recvfrom()
    By siluro in forum C Programming
    Replies: 1
    Last Post: 02-20-2005, 12:10 PM