• 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.

Analyze Packets

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 14, 2015
Messages
11
Reaction score
0
How can i analyze this packet? PROGRAMMATOR

Example :

Code:
[SM]received data size: 41
[SM]received size: 37
[SM]received opcode: 4270
00000000   25 00 AB 01 4A 4A 05 00  E5 B9 02 00 00 00 00 00   %·«·JJ··å¹······
00000010   00 01 0F 00 00 00 00 0B  05 46 75 6D 61 50 72 61   ·········FumaPra
00000020   51 75 65 00 61 62 63 64  00                                    Que·abcd·
 
Newbie Spellweaver
Joined
Nov 14, 2015
Messages
11
Reaction score
0
I believe you have to decrypt it Fuma :)

This is the login packet correct?

This is packet to receive message.



This is correct?

Example :

Code:
        WriteC(0); //No have idea  : 4A 4A 05 00  E5 B9 02
	WriteC(0); //No have idea : Unknow??
	WriteS(player.getPlayerName()); //The player that this getting message?? : 0B  05 46 75 6D 61 50 72 61 51 75 65
	WriteS(message); // Message player : 61 62 63 64
 
Upvote 0
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
You just need to use common sense when it comes to sizes of the primitive datatypes. And you've got to guess what it is, you can use PointShark if it's for Piercing Blow.
 
Upvote 0
Newbie Spellweaver
Joined
Nov 14, 2015
Messages
11
Reaction score
0
You just need to use common sense when it comes to sizes of the primitive datatypes. And you've got to guess what it is, you can use PointShark if it's for Piercing Blow.

Thanks for answer me :thumbup1:
 
Upvote 0
Status
Not open for further replies.
Back
Top