micral Posted July 22, 2010 Posted July 22, 2010 Hello, I am new to AutoIt and there's a problem that I've been searching around but have yet to find concrete answers.. The goal: I want my AutoIt script to be able to intercept and send packets from within another program (a game in this case). The theoretical solution: I know that in order to do so I need to either: - Hook recv/send using my script somehow - Be INSIDE the target program, like injecting the autoit script into the target program and from there I can just use a socket ID to do all send/recv stuff I am not looking to create a new connection and recv/send on it but rather to intercept an existing connection of another program from my script. The socketID of the connection i can get using ReadProcessMemory, but it's only valid once the executing code is inside the target process. Does anyone know of a practical solution to this? Any help would be great. Thanks for reading.
Developers Jos Posted July 23, 2010 Developers Posted July 23, 2010 Not in these forums *click* SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts