mafioso Posted September 8, 2008 Posted September 8, 2008 How to TCPSend something that is already HEX ? AutoIt always converts it to hex again (used WPE to trace the packets). Help please =) Thanks !
Andreik Posted September 8, 2008 Posted September 8, 2008 How to TCPSend something that is already HEX ? AutoIt always converts it to hex again (used WPE to trace the packets). Help please =)Thanks !TCPSend sends data on a connected socket,it doesn't matter what you send. It`s more important TCPRecv. You can forces the function to return binary data.
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