kLabMouse wrote:Here is ZIP arc made from the rar file above.
Never told you that I love you?
I downloaded it but it keep saying
==================[ ERROR ]==================
Sorry I cant find the offset of the packet length function.
The executable file might be compressed/protected.
=============================================
==================[ ERROR ]==================
Sorry I cant find the offset of the packet length function.
The executable file might be compressed/protected.
=============================================
Simple. Just reverse engineer absolutely everything in the exe, or do the same with the compression method (I think most are one-way, so good luck with that).
sli wrote:Simple. Just reverse engineer absolutely everything in the exe, or do the same with the compression method (I think most are one-way, so good luck with that).
Seams so easy when you say it, but I don't know a thing about reverse engineer Is really that hard?
I couldn't get the new packet extractor to compile, and I think returning to the old method with the perl file and a dump exe isn't needed. I posted how to fix it in the first post. If anyone is interested in doing so, go ahead. It's a very simple change.
For the time being rocha can dump recvpackets.txt from any running exe, including those protected with gameguard. I also might post something in the near future if no one has any interest in fixing it.
Last edited by Motivus on 10 Aug 2008, 15:47, edited 5 times in total.
sli wrote:Simple. Just reverse engineer absolutely everything in the exe, or do the same with the compression method (I think most are one-way, so good luck with that).
Seams so easy when you say it, but I don't know a thing about reverse engineer Is really that hard?
Thxs sli.
I was being a sarcastic bastard. All of that would be ridiculously hard. You're better off trying to dump everything from a running EXE like Motivus said.
Motivus wrote:I couldn't get the new packet extractor to compile, and I think returning to the old method with the perl file and a dump exe isn't needed. I posted how to fix it in the first post. If anyone is interested in doing so, go ahead. It's a very simple change.
I'm surprised. It was easy to compile. Here's the modified version (supports both old and new style clients) and source.
You do not have the required permissions to view the files attached to this post.
Motivus wrote:I couldn't get the new packet extractor to compile, and I think returning to the old method with the perl file and a dump exe isn't needed. I posted how to fix it in the first post. If anyone is interested in doing so, go ahead. It's a very simple change.
I'm surprised. It was easy to compile. Here's the modified version (supports both old and new style clients) and source.
Does your compiled version work on every .exe? including the new ones?
i havent checked yet