J
J
justrestless2013-11-29 13:11:49
reverse engineering
justrestless, 2013-11-29 13:11:49

Is it technically possible to write a server for a game that was shut down a few years ago without having a package dump?

There is a closed online shooter project, the client of which is written in .net.
Is it possible to revive this project; based on the reverse engineering of the client executable file, write the server part from scratch?
I will answer any questions about the client

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bearded_guy, 2013-11-29
@justrestless

Well, have you tried looking at the exe through dotPeak or another decompiler? Try to find pieces of code that send something to the network. Find the data that is being sent, see how well the sequence of sending / waiting for packets is visible. If nothing comes out in a week, then you can quit =)
If I were you, I would first contact the developers and ask them to share the server or even the source code of the server. Maybe for some money.

A
Alexey, 2013-11-29
@ScorpLeX

Theoretically, of course it is possible.
But in practice this is almost impossible.
It's easier to make a new game, rewrite the client.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question