[0.3DL] Resolving all parameters of custom packet

benberk

Member
Joined
Jan 19, 2020
Messages
19
Reaction score
3
Location
Constantine
Good evening. There is a file with the .ASI extension and this file sends packets to the server when you log in to the game. Packet ID is 255. How can I decode its parameters?
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
Dump all bits of multiplie packets and do some guess work OR disassemble said asi, chances are that this packet id implements some sort of own RPC handler (which again u can simply find out by either disassembling the asi or duminb the bitstream)
 
Top