TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do buffer overflows still happen in spite of ASLR?

4 点作者 hackerpain超过 4 年前
Forgive me for my lack of lower level knowledge. I am kind of interested to know why in spite of advanced ASLR protection Buffer Overflow and Heap Buffer overflow happen in modern software like Chromium browser, surprising to see so many heap overflow bugs in their bug tracker.<p>Can someone ELI5 how buffer overflow defeats ASLR?

1 comment

Someone超过 4 年前
ASLR doesn’t do anything to prevent buffer overflows; it makes it harder to exploit them.<p>That doesn’t mean it makes it impossible, and even if it did, the buffer overflow itself still is a bug.
评论 #25459503 未加载