Green marked is header and yellow marked is packet id & size
As you saw, After it sends packets to the server, it is going to be "00 00 00 00"
And I found it on OllyDBG:
Red Marked is packet headers & id & size
Yellow is data(chat message yoho with unicode)
Problem is how can I recreate this header so how can I find the function that creates headers in the client?
After I found, how will I create function in C/C++ that doing samething with this function
Please share if you get any tutorials or tips.







