本文介绍了如何在 Windows 7 x64 上禁用 ASLR(地址空间布局随机化)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在 Windows 7 x64 上禁用 ASLR,以便我的程序始终在同一地址加载共享 CRT?
How do you disable ASLR on Windows 7 x64 so that my program will always load the shared CRT at the same address?
推荐答案
注册表设置可用于强制启用或禁用所有可执行文件和库的 ASLR,位于 HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\MoveImages
.
A registry setting is available to forcibly enable or disable ASLR for all executables and libraries and is found at HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\MoveImages
.
这篇关于如何在 Windows 7 x64 上禁用 ASLR(地址空间布局随机化)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!