View Single Post
  #2  
Old 11-14-2012, 10:59 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

A new client will also be built under ASLR. This caused all kinds of problems for MQ2 and I would assume we will have to deal with it also.

Quote:
MQ2 Latest Release -- MQ2-20121109.zip
Code:
9 November 2012 by ieatacid
- Updated for November 7th patch
- Due to the introduction of ASLR into the client, offset names in eqgame.h have been changed as it was the easiest route to take in adapting the code base
- A function has been added to MQ2Inlines.h for plugins that need to adjust their own offsets for ASLR: DWORD FixOffset(DWORD nOffset);
... It takes the offset as a parameter and returns the recalculated offset
Reply With Quote