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.

Dr. Chaos – A structured fuzzing framework in Nim

64 pointsby planetisover 2 years ago

1 comment

cjbprimeover 2 years ago
Surprisingly, structured fuzzing (mutating inputs to a grammar&#x27;s generator) has proven less effective than optimized traditional random fuzzing, so far.<p><a href="https:&#x2F;&#x2F;google.github.io&#x2F;fuzzbench&#x2F;" rel="nofollow">https:&#x2F;&#x2F;google.github.io&#x2F;fuzzbench&#x2F;</a> shows that grammar fuzzers (like AFLSmart) find less coverage per minute than standard fuzzers like aflplusplus, even for the cases where the grammar fuzzer has an extremely comprehensive grammar for that format.
评论 #32629817 未加载