TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learning eBPF Exploitation

120 pointsby nochover 2 years ago

2 comments

tux1968over 2 years ago
Interesting method of teaching. The kernel is intentionally patched with an exploitable bit of code, and then you proceed to learn about how to take advantage of it using eBPF.
评论 #34378146 未加载
egberts1over 2 years ago
The simple fact that eBPF cannot be fully-compiled out from the Linux kernel goes to show the current but sad state of eBPF affair being found within the kernel security arena.<p>Budding embedded engineers are now facing this dilemma and are now looking elsewhere into BSD and other OS variants. But us high-security-conscience embedded engineers already knew that this was coming for a long time.<p>In short, Linux is no longer suitable for tiny IoT.