• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to get client/server packets from a game

Newbie Spellweaver
Joined
Dec 26, 2020
Messages
9
Reaction score
2
so i am trying make a server emulator i have learnt about packet sniffers,cracking tools and some about socket programming but i still didn't get how do you receive packets sent from client or server
the game i am trying to make it's server emulator is shutted down. :closedeyes:

example packet from a game (not the one i am trying to reverse engineering) :
turcoman - How to get client/server packets from a game - RaGEZONE Forums
#bimp
 
Last edited:
Newbie Spellweaver
Joined
Dec 26, 2020
Messages
9
Reaction score
2
isn't someone going to answer? looks like i gotta find another forum
 
Joined
Aug 19, 2010
Messages
2,738
Reaction score
2,603
isn't someone going to answer? looks like i gotta find another forum

Nobody owes you anything. Many people (those who can) are spending time with their family and friends during this time of year and few are going to line up to assist you with that attitude.

Please try to be patient and polite.
 
Newbie Spellweaver
Joined
Dec 26, 2020
Messages
9
Reaction score
2
Nobody owes you anything. Many people (those who can) are spending time with their family and friends during this time of year and few are going to line up to assist you with that attitude.Please try to be patient and polite.
you talking like i don't and i am not acting aggressive after your post i am sure no one will answer thanks for that
 
Libre Software Dev
Developer
Joined
Sep 25, 2012
Messages
676
Reaction score
434
@turcoman The answer to your question is simple: you can't reverse engineer files you don't have and you can't sniff packets you can't send. You say the game servers are already down so you can't sniff those packets and you won't get past the login screen of the client without knowing what kind of packets the server sends back to the client in response to its login query. So unless you have server files or someone else has a running server that you can sniff packets from, you are out of luck. (atleast at your skill level: beginner)

Now if your question was in regards to socket programming and client/server networking itself, then you are in the wrong section. This section deals only with reversing already existing software. General programming questions should be posted in the main section of Coder's Paradise.
 
Back
Top