Packet Extractor Fix

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

Message
Author
Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Packet Extractor Fix

#1 Post by Motivus »

None of the current official packet extractors work with the latest iRO exe. They do work with the latest kRO exe. The fix is very simple.

all exes for the past few years: C745 F8 87010000
iRO exe: C745 F4 87010000

In the dumped format the packet extractors use,

Most exes use this as the first packet after the function start:
mov DWORD PTR [ebp-8],0x187

iRO's new exe uses this:
mov DWORD PTR [ebp-12],0x187

I'll post fixed source some time tonight, I have to go out now and don't have time to poke through the extractor source and see how to best add support for this.
Oh no.

Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Re: Packet Extractor Fix

#2 Post by Motivus »

Apparently new exes on other servers are also using this. bRO does too.
Oh no.

Bibian
Perl Monk
Perl Monk
Posts: 416
Joined: 04 Apr 2008, 03:08

Re: Packet Extractor Fix

#3 Post by Bibian »

is this going to be a new trend? hmm

Is it possible to make the exe search for the packets in the old way first and then fallback on the new way? or vice versa, so we keep backward compatibility

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: Packet Extractor Fix

#4 Post by help_us »

how about try to use ro tools by JVC?
including source code.
Last edited by help_us on 11 Jul 2008, 05:14, edited 1 time in total.
Image
Image

Motivus
Developers
Developers
Posts: 157
Joined: 04 Apr 2008, 13:33
Noob?: Yes

Re: Packet Extractor Fix

#5 Post by Motivus »

help_us wrote:how about try to use ro tools by JVC?
including source code.
I don't think his will work either, but I think I like how his works better than how the current two official ones work. Where is the source code to it?
Oh no.

User avatar
help_us
Testers Team
Testers Team
Posts: 106
Joined: 04 Apr 2008, 21:53
Noob?: No
Location: Asia
Contact:

Re: Packet Extractor Fix

#6 Post by help_us »

ops wrong file.
=s
here is the ro tool by JVC
Image
Image

feishengwu
Noob
Noob
Posts: 1
Joined: 26 May 2008, 00:26
Noob?: Yes

Re: Packet Extractor Fix

#7 Post by feishengwu »


User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Extractor Fix

#8 Post by kLabMouse »

feishengwu wrote:http://www.snapdrive.net/files/46209/Ro%20Tools.rar

pls,tell me the password :(
What Password??? Just Dloaded, no password needed. Just update your WinRAR (Or Install a fresh one).

shatter
Noob
Noob
Posts: 7
Joined: 21 Jul 2008, 18:35
Noob?: No

Re: Packet Extractor Fix

#9 Post by shatter »

kLabMouse wrote:
feishengwu wrote:http://www.snapdrive.net/files/46209/Ro%20Tools.rar

pls,tell me the password :(
What Password??? Just Dloaded, no password needed. Just update your WinRAR (Or Install a fresh one).
This password :(
Clic HERE to view full image.
Image


:(

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Extractor Fix

#10 Post by kLabMouse »

Here is ZIP arc made from the rar file above.
Attachments
RO tool.zip
RO Tool by JVC
(164.08 KiB) Downloaded 2218 times

Locked