Author Topic: PUSH ADDR in x64  (Read 21972 times)

Yuri

  • Member
  • **
  • Posts: 179
Re: PUSH ADDR in x64
« Reply #15 on: July 16, 2013, 04:40:24 PM »
These instructions would still need to be manually adjusted to handle a larger Image Base (ex. [rax+rdx*4] with rax as ADDR of MyTable).
Oops! I didn't realize that. Thanks for the advice, Wayne, it came just in time.