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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Fuzzing Irssi

146 点作者 jbisch大约 8 年前

3 条评论

gshrikant大约 8 年前
I&#x27;m new to fuzzers and fuzz testing in general so I apologise for my ignorance about the purpose of fuzzing. My understanding is that fuzzing tests the user facing side (which is what is important for most programs). Does there exist similar tooling for testing the system-facing side (i.e. the stack below your application) to check your applications error handling, for example and uncover corner cases. What I&#x27;m getting at it something like syzkaller but for userspace, so library functions beneath your application would return wrong values and you get to see how your application responds to them.<p>Sorry for the bad English.
评论 #14332073 未加载
评论 #14332713 未加载
评论 #14334828 未加载
评论 #14332077 未加载
评论 #14332784 未加载
yjftsjthsd-h大约 8 年前
This notes that they disabled reading config files in order to own life as the default setup. I assume that with more time it would be wise to try and fuzz as many configured options as possible as well?
评论 #14331284 未加载
评论 #14331391 未加载
Kali909大约 8 年前
This fuzzing is interesting stuff. Does anyone know of an in-process or otherwise lib for the JVM? Findbugs is mentioned in here but I&#x27;m not sure if that does fuzzing (maybe a plugin?).<p>Seems in my mind to be a nice complement to achieving code-coverage with testing i.e. whereas unit&#x2F;integration testing might test the various code paths with a few good&#x2F;bad values, this then throws every possible input value at them to see what breaks.
评论 #14334472 未加载
评论 #14334857 未加载