VicTT Posted September 29, 2005 Posted September 29, 2005 I was wondering if anyone can provide an example of how a file could be read into a buffer, and that buffer be sent through a socket using the latest Binary support, because I don't think I actually understood this part very well..Awaiting kind-soul posts.. Quote Together we might liveDivided we must fall
Confuzzled Posted September 29, 2005 Posted September 29, 2005 I was wondering if anyone can provide an example of how a file could be read into a buffer, and that buffer be sent through a socket using the latest Binary support, because I don't think I actually understood this part very well..Awaiting kind-soul posts.. What are you trying to achieve? Are you rewriting Kazaa in AutoIt? Perhaps you should consider another programming language to do this in.
VicTT Posted September 29, 2005 Author Posted September 29, 2005 (edited) It is 100% clear that I'm trying to write a virus with file upload support, Confuzzled..Please report me.. Who ELSE can help me out?For the others: I'm trying to understand this whole binary() concept..and I want a proof-of-concept for sending a file through a socket..It's supposed to be do-able as of .76..I've seen Larry(?) say it's possible on a forum, and I got curious... Edited September 29, 2005 by VicTT Quote Together we might liveDivided we must fall
MSLx Fanboy Posted September 29, 2005 Posted September 29, 2005 I don't have access to a helpfile right now, but I would think that you just read out so many chars of the file, TCPSend it, and then keep reading and sending... Writing AutoIt scripts since _DateAdd("d", -2, _NowCalcDate())
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