Although fuzz testing usually requires some manual coding, there are tools that can help.
尽管模糊测试通常需要一些手动编码,但还有一些工具能提供帮助。
Many of the crashes resulting from fuzz testing are direct results of memory allocation mistakes and buffer overflows.
由模糊测试导致的许多故障都是内存分配错误及缓冲器溢出的直接结果。
Fuzz testing is a very simple procedure to implement.
模糊测试的实现是一个非常简单的过程。
Fuzz testing can demonstrate the presence of bugs in a program.
模糊测试能够说明bug在程序中的出现。
If fuzz testing does reveal bugs in your programs, you should fix them.
如果模糊测试揭示出程序中的bug,就应该进行修正,而不是当bug随机出现时再对付它们。
Fuzz testing is a simple technique, but it can nonetheless reveal important bugs in your programs.
模糊测试是一项简单的技术,但它却能揭示出程序中的重要bug。
In fuzz testing, you attack a program with random bad data (aka fuzz), then wait to see what breaks.
在模糊测试中,用随机坏数据(也称做fuzz)攻击一个程序,然后等着观察哪里遭到了破坏。
Fuzz testing is a crucial tool for identifying real errors in programs, and one that all security-aware and robustness-oriented programmers should have in their toolboxes.
模糊测试是一项用于验证程序中真实错误的重要工具,也是所有意识到安全性问题且着力于程序健壮性的程序员们的工具箱中所必备的工具。
When you're testing a fuzz-resistant application, you can't do pure blackbox testing, but with some obvious modifications, the basic ideas still apply.
当测试一个抵御模糊攻击的应用程序时,不可能做纯黑盒测试,但通过一些明显的修改,基本的想法还是可以应用的。
When you're testing a fuzz-resistant application, you can't do pure blackbox testing, but with some obvious modifications, the basic ideas still apply.
当测试一个抵御模糊攻击的应用程序时,不可能做纯黑盒测试,但通过一些明显的修改,基本的想法还是可以应用的。
应用推荐