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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ClusterFuzzLite: Continuous Fuzzing for All

15 点作者 metzmanj超过 3 年前

3 条评论

michaelw超过 3 年前
Here's a simple way to think about fuzzing. If you're not fuzzing your interface to find vulnerabilities, someone else is.
rurban超过 3 年前
Super nice to extend their oss-fuzz services to everybody. I'm already using oss-fuzz, but will add this to my GitHub actions for many other projects of mine. You just need to be able to compile your C project with clang++. oss-fuzz has more fuzzers, but libfuzzer is good enough.
zachs7超过 3 年前
This looks super useful.