Need you suggestion : Newbie

c++ / delphi package - dll injection and api hooking
Post Reply
Mamba
Posts: 2
Joined: Mon Nov 22, 2004 7:51 am

Need you suggestion : Newbie

Post by Mamba »

Hi all Guru, 8)

I just study the socket programming last month and I am interested in the idea about hooking into another process and send some response packet to source ip address on existing socket ID automatically.

What I desire to have is about to send some kind of packet by using existing process to destination. For example

If incoming in ABC.EXE packet looks like
59 E9 A9 AD XX XX XX ... or something

I would like use ABC.EXE to send response packet to source IP looks like

59 E0 01 05 F7 .... or something

-- AUTOMATICALLY --

According to I just came in the world of TCP/IP programming so many things made me blind. I do not know where I should begin to learn and which components I can use.

Would you please give me some suggection about this. I realize that it is very simple for you guys here but it is a very tough thing for me.

Thank you very much, all BROS.

:(
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

There are already 2 threads about this topic. Please look there for some responses.
Mamba
Posts: 2
Joined: Mon Nov 22, 2004 7:51 am

Thank you

Post by Mamba »

Thank you
8)
Post Reply