Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to get game's packet structs quickly?

Newbie Spellweaver
Joined
Oct 13, 2018
Messages
19
Reaction score
0
Hi great ragezone developers.
I'm trying to develop a game emulator(my first time to develop a emu).
In past few weeks,I was sending different contents to server and using Wireshark to sniff packet.
And I got XOR key ,some OpCodes,and some packets' structure by GUESSING.
It takes me so much time to guess the structure of packet and I realized that if I continue just GUESSING the packet's struct it will never be end.
So,Is there a quick way to get Opcode and packet's structure?
 
Last edited:
Newbie Spellweaver
Joined
Oct 13, 2018
Messages
19
Reaction score
0
OK I spent a few days to learn about reverse engineering and I've got all my want.
Plz close this thread.
 
Upvote 0
Back
Top