asym Posted July 14, 2010 Posted July 14, 2010 Well I already tried help about his before but now I did a bit of research and found the way its done in other languages but not in auto it... Is it possible to send packets through an open socket? I also think I have to hook the process/application I want before I can send the packets
evilertoaster Posted July 14, 2010 Posted July 14, 2010 Perhaps linking to an example of whatever you're trying to do in another language would help. The question as it stands is trivial, Quote Is it possible to send packets through an open socket?Yes, TCPConnect() opens a socket, and TCPSend() sends the packet on the open socket...
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