如何知道一个dll是否使用了ASLR?
如何检查某个dll是否使用ASLR?
让我们以kernel32.dll为例,它是否使用ASLR?以及如何检查其他 dll...
谢谢..
how to check whether a certain dll uses ASLR or not ?
lets take for example kernel32.dll, does it use ASLR or not ? and how to check other dlls ...
thanks ..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 DLL 上使用 dumpbin.exe /headers。如果启用 ASLR,DLL 特性将显示“动态基础”:
Use dumpbin.exe /headers on the DLL. The DLL characteristics will show "Dynamic base" if ASLR is enabled: