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!

Any articles about converting pseudo-c code to readable code?

Newbie Spellweaver
Joined
Aug 14, 2015
Messages
79
Reaction score
18
So there's this packet parsing function which I need to convert into readable c code which can be found . Was wondering if anybody knows of any article which describes how one would do this without messing up. Thanks :)
 
Junior Spellweaver
Joined
Jun 14, 2015
Messages
123
Reaction score
20
Without messing up? Write tests for it and use version control, then you'll be able to check if you messed up and know when it happened.

Apart from that, it's just a matter of knowing how C maps to machine code. I don't think something the length of an article will be able to help you significantly with that.
 
Back
Top