Greets all, let me just preface this with the statement: This has nothing to do with trying to decode the EQLive data stream. There. That way no one can get in trouble or put this site in danger.
What I am trying to learn is how to make a ws2_32.dll proxy that can identify the Diffie-Hillman keys in the first initial packets of a client/server communication, copy all subsequent packets, run them through something like cryptlib.dll, decode them using the obtained D-H keys, and log them to a text file.
...basicly a packet collector
I have the basic ideas of what to do, but my C++/socketing experience level just isn't high enough yet. Although I am willing to learn, I am failing to find much information on my exact 'project.' Since the coding masters here have attained something like this, I figured this is a good place to ask.
Anyone have ANY leads/links/info?
Thanks a bunch either way!