AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Parameter

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
SandStorm
Guest





PostPosted: Wed May 14, 2008 3:45 pm    Post subject: Parameter Reply with quote

Can i know what parameter use to send packet to server in hexadecimal data format?

This is half of the code that has been tested but still not working.

Code:
SendHex = A7006132001F86C0 ;Hex data
socket = 324

SendDataSize := VarSetCapacity(SendHex)
SendDataSize += 1
sendret := DllCall("Ws2_32\send", "UInt", socket, "UInt", 0x0008h, "UInt", SendHex, "Int", SendDatasize, "Int", 0)
Back to top
BoBo²
Guest





PostPosted: Wed May 14, 2008 4:20 pm    Post subject: Reply with quote

[Douple posted] ?! Confused
Back to top
SandStorm
Guest





PostPosted: Wed May 14, 2008 4:51 pm    Post subject: Reply with quote

That was my friend post Smile . He said that no one reply to his post Sad . Im trying to find the solution to his problem that still not yet overcome.
Back to top
BoBo²
Guest





PostPosted: Wed May 14, 2008 7:19 pm    Post subject: Reply with quote

Yeah, when we were young, we were used to buy porn 'for a friend' not for ourself. The same old trick survived obviously ... Laughing
Back to top
SandStorm
Guest





PostPosted: Thu May 15, 2008 4:36 am    Post subject: Reply with quote

As a good friend i should help him to solve the problem and the right things. Smile
Back to top
SandStorm
Guest





PostPosted: Thu May 15, 2008 3:45 pm    Post subject: Reply with quote

Is it possible to send hexadecimal value by assigned to SendData variable?. Im not sure how it works. Can anyone explain. Thank You.

sendret := DllCall("Ws2_32\send", "UInt", socket, "UInt", 0x0008h, "UInt", SendData, "Int", SendDataSize, "Int", 0)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group