[Request]offsets

03/06/2012 22:18 coreymills#1
could someone explain to me how u would go about finding offsets
03/06/2012 22:38 pro4never#2
Options are..

#1: Log them from a server using a packet sniffer

#2: Trial and error (write known working value to increasing offset till it displays properly)

#3: Reverse engineer the client
03/06/2012 23:01 Lateralus#3
Assuming you mean the offset a packet's field is at, reverse the packet to get its structure, then test what the fields actually represent.