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.
Packet Extractor Fix
Moderator: Moderators
-
- Developers
- Posts: 157
- Joined: 04 Apr 2008, 13:33
- Noob?: Yes
Re: Packet Extractor Fix
Apparently new exes on other servers are also using this. bRO does too.
Oh no.
-
- Perl Monk
- Posts: 416
- Joined: 04 Apr 2008, 03:08
Re: Packet Extractor Fix
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
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
-
- Testers Team
- Posts: 106
- Joined: 04 Apr 2008, 21:53
- Noob?: No
- Location: Asia
Re: Packet Extractor Fix
how about try to use ro tools by JVC?
including source code.
including source code.
Last edited by help_us on 11 Jul 2008, 05:14, edited 1 time in total.


-
- Developers
- Posts: 157
- Joined: 04 Apr 2008, 13:33
- Noob?: Yes
Re: Packet Extractor Fix
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?help_us wrote:how about try to use ro tools by JVC?
including source code.
Oh no.
-
- Testers Team
- Posts: 106
- Joined: 04 Apr 2008, 21:53
- Noob?: No
- Location: Asia
-
- Noob
- Posts: 1
- Joined: 26 May 2008, 00:26
- Noob?: Yes
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: Packet Extractor Fix
What Password??? Just Dloaded, no password needed. Just update your WinRAR (Or Install a fresh one).
-
- Noob
- Posts: 7
- Joined: 21 Jul 2008, 18:35
- Noob?: No
Re: Packet Extractor Fix
This passwordkLabMouse wrote:What Password??? Just Dloaded, no password needed. Just update your WinRAR (Or Install a fresh one).

Clic HERE to view full image.


-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: Packet Extractor Fix
Here is ZIP arc made from the rar file above.
You do not have the required permissions to view the files attached to this post.