Windows 10 exe file's imagebase doesn't change

匆匆过客 提交于 2019-12-24 08:16:03

问题


I am a student who studies reverse engineering. After I studied ASLR on Windows, I was going to check it. following capture:

the image base of notepad are same on first and second time. Whenever I restart notepad on ollydbg, imagebase is same. I checked ASLR attributes on file via PEView and registry value on Windows 10 too. they are normal. is there any reason not be changed imagebase of notepad ?


回答1:


Base address will change on PC's restart. It will not change on app's restart.

Writing Secure Code for Windows Vista by Michael Howard - Senior Security Program Manager at Microsoft



来源:https://stackoverflow.com/questions/40623369/windows-10-exe-files-imagebase-doesnt-change

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!