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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A year of Windows kernel font fuzzing #1: the results

6 点作者 bmease将近 9 年前

1 comment

bediger4000将近 9 年前
Humor me here, I&#x27;m just a dumb ol&#x27; linux guy, with no real Windows programming experience at all. Truly.<p>The title of this article caught my eye: &quot;kernel font fuzzing&quot;. Seems that both Silbershatz and Tanenbaum missed an entire chapter worth of kernel-related material: font handling. But if I get down off my linux high horse, I can see that the Win32 subsystem should have font handling. The question I have is: why does the kernel end up doing that? Don&#x27;t the kernel programmers end up putting huge amounts of code in Ring 0&#x2F;kernel space that really shouldn&#x27;t be there? Doesn&#x27;t putting font handling in the kernel make for slow&#x2F;difficult development? Honestly, I don&#x27;t get it. Why is font handling in the Windows kernel?