PDA

View Full Version : Create Private Server using reverse engineering???


alelee
03-03-2011, 04:34 PM
Hi guys,
I'm student at computer engineering in somewhere in this world.
I was wondering how people make/create Private MMORPG server whithout having the Server-side source code.

If we reverse engineering the client which is not easy, i can see packets flowing between server and client. I don't understand how people(genious) create Private MMORPG server only using this kind of information.

So, anyone can share the knowledge with me?

Thanks.

kao
03-03-2011, 04:43 PM
It's quite challenging programming task. Reversing network protocol is just a small part of entire project.

Take a look at LineAge emulator (L2J) or one of many Aion emulators to get a better idea how hard that is..

alelee
03-03-2011, 04:49 PM
It's quite challenging programming task. Reversing network protocol is just a small part of entire project.

Take a look at LineAge emulator (L2J) or one of many Aion emulators to get a better idea how hard that is..

Hi Kao thanks for ur reply.

My main question was it is posibble to do that without Server side code???

pivasik
03-03-2011, 05:12 PM
Yes, it is possible to do. The certain implementation may differ, but the public interface logic stay the same as original server.

alelee
03-03-2011, 06:07 PM
[Please DO NOT quote whole messages, it is unnecessary]

Thanks for your replay.