·fuzzing-obstacles
</>

fuzzing-obstacles

trailofbits/skills

修补代码以克服模糊测试障碍的技术。当校验和、全局状态或其他障碍阻碍模糊器进度时使用。

544安装·11热度·@trailofbits

安装

$npx skills add https://github.com/trailofbits/skills --skill fuzzing-obstacles

SKILL.md

Codebases often contain anti-fuzzing patterns that prevent effective coverage. Checksums, global state (like time-seeded PRNGs), and validation checks can block the fuzzer from exploring deeper code paths. This technique shows how to patch your System Under Test (SUT) to bypass these obstacles during fuzzing while preserving production behavior.

Many real-world programs were not designed with fuzzing in mind. They may:

The solution is conditional compilation: modify code behavior during fuzzing builds while keeping production code unchanged.

修补代码以克服模糊测试障碍的技术。当校验和、全局状态或其他障碍阻碍模糊器进度时使用。 来源:trailofbits/skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/trailofbits/skills --skill fuzzing-obstacles
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 fuzzing-obstacles?

修补代码以克服模糊测试障碍的技术。当校验和、全局状态或其他障碍阻碍模糊器进度时使用。 来源:trailofbits/skills。

如何安装 fuzzing-obstacles?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/trailofbits/skills --skill fuzzing-obstacles 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/trailofbits/skills