View Single Post
  #96  
Old 08-08-2010, 03:34 AM
Itchybottom Itchybottom is offline
Banned


Join Date: Jun 2010
Posts: 391
Default

Quote:
Originally Posted by Haynar [You must be logged in to view images. Log in or Register.]
I finally found where the pushback is handled for clients. I have not decrypted how to set the packet yet. But I am getting close. I am not very fast at working with decompilers, but that is where I am at now. Looking through assembly language, tracing how that one part of the packet is handled.

Its only a 32 byte word. How hard could that be to figure out?

Hah. Hard. Let me tell ya. For someone like me who is not a super fast coder.

haynar
Look at 0x47f7xx, range 69 to 9F. That is how the client handles the event locally. You should be able to use the opcode 0x7834 structure interchangeably at quick glance into the stack and .data region.