To disable Address Space Layout Randomization (ASLR) on Windows 7 x64, you need to modify the Windows registry. Here is a step-by-step guide to doing so:
1. Open the Registry Editor by typing regedit in the Start menu search bar and pressing Enter. 2. Navigate to the following key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\ 3. Create a new DWORD value named LongitudinalMITigation. 4. Set its value to 0 to disable ASLR. 5. Restart your computer for the changes to take effect.