HanZ Posted March 12, 2008 Posted March 12, 2008 Hello guys. I want to send packets to a server with my autoit program. I'm connected to that server with another process /program/client. The IP is 81.95.0.221 and the Port 5131. I wanna send following packet: 0x203A20686900 but that isnt the problem. The connected program has already a mainsocket. Now I need the same socket like the program has that is already connected. Otherwise I couldn't send the packets to the correct socket. I want to send the packets like it is possible with WPE. I could also use WpeSpy.dll but I don't know how I could call it correctly. So can I get the socket of a connected programm? Or do I need to hook in the process? Or are there any other possibilities? Greetz HanZ PS: I searched many phrases in the forum like: "TCP" "HOOK" "SOCKET" "WPE" and more but didn't find a thing Thx for your help
SuneC Posted March 13, 2008 Posted March 13, 2008 (edited) That is pretty advanced. You need to either hook the API or make a proxy and I wouldn't recommend AutoIt for either of the tasks. Sorry to say that I do not know much about doing this, but after some quick googling the difficulty became pretty clear. EDIT: CreateRemoteThread() - it's C++ but can be called using DllCall to kernel32.dll in AutoIt actually - might be what you're looking for. Edited March 13, 2008 by SuneC
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now