Monday, June 2, 2008

Advapi32 Patch for Windows 2003 SP2 64-Bit

As requested by a reader of this blog, here is the patch for advapi32 dll bundled with Windows 2003 Server SP2 64-Bit (it took me sometime...). This patch is for the copy present in the System32 folder. The one in the SysWOW64 folder is the same as the 32-bit advapi32 dll of Windows 2003 Server SP2 for whom I have already posted a patch before.
  • Advapi32 dll in System32 directory, version 5.2.3790.3959:
    • At offset 0x11AC5 : change 0F to 90
    • At offset 0x11AC6 : change 84 to E9
    • At offset 0x4D0C4 : change 0F to 90
    • At offset 0x4D0C5 : change 85 to 90
    • At offset 0x4D0C6 : change 01 to 90
    • At offset 0x4D0C7 : change 4A to 90
    • At offset 0x4D0C8 : change FC to 90
    • At offset 0x4D0C9 : change FF to 90

No comments: