Packet Extractors for pRO Clients

This place is for Closed bug reports only. NOT for asking help!

Moderators: Moderators, Developers

benj1320
Moderators
Moderators
Posts: 403
Joined: 25 Aug 2008, 14:56
Noob?: No
Location: CyberOne Building , Eastwood

Packet Extractors for pRO Clients

#1 Post by benj1320 »

The current Packet extractors from the wiki... JCV RO tool and Openkore Packet Length Extractor is not working with pRO Clients (ragexe, valexe, sakexe and valhexe )

even after unpacking.. it doesn't extract packets from the pRO Clients

from here :

http://forums.openkore.com/viewtopic.php?f=55&t=11950.
“The moon shines to both guilty and innocent alike..”
The Openkore Manual---Global Forum Rules--The Template
heero
Super Moderators
Super Moderators
Posts: 158
Joined: 04 Apr 2008, 11:12

Re: Packet Extractors for pRO Clients

#2 Post by heero »

I checked the asm code for recvpackets and they are using a new structure so our packet extractors wont work anymore. I have uploaded the asm code for the latest ragexe of pRO below.

http://www.mediafire.com/?7emwf7ak410y9ww
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Extractors for pRO Clients

#3 Post by kLabMouse »

heero wrote:I checked the asm code for recvpackets and they are using a new structure so our packet extractors wont work anymore. I have uploaded the asm code for the latest ragexe of pRO below.

http://www.mediafire.com/?7emwf7ak410y9ww
WOW.... one of the legends are here!
I was thinking you quit RO long time ago.

Anyway. I can dump the data from memory, but can't write/rewrite packet extractor.

P.S. For a long time, we where thinking of dumping fixed_len and inner_len of var len packets. May-be it's an opportunity to make such tool?
heero
Super Moderators
Super Moderators
Posts: 158
Joined: 04 Apr 2008, 11:12

Re: Packet Extractors for pRO Clients

#4 Post by heero »

I am still lurking around kLabMouse, currently got a rough poseidon working with pRO client but it still needs fine tuning before I can post it. I will see what I can do about the packet extractor but it will take time. Darn real life work is always a pain.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Extractors for pRO Clients

#5 Post by kLabMouse »

This was fixed with introduction of 'Packet Extractor v3'
It can be found in our SVN in braches of Packet Extractor.