Projects tagged ‘fuzzing’ and ‘google’


Jump to tag:

Projects tagged ‘fuzzing’ and ‘google’

Filtered by Project Tags fuzzing google

Refine results Project Tags fuzz (1) security (1)

[2 total ]

0 Users

tminA quick and simple tool to minimize the size and syntax of complex test cases in automated security testing. The tool is somewhat related to delta, a more featured general-purpose optimizer - ... [More] but is meant specifically for dealing with unknown or complex data formats (without the need to tokenize and re-serialize testcases), for hands-off detection of security fault conditions, and for easy integration with UI testing harnesses. It is also capable of reducing the complexity of alphabets used on datasets that cannot be further trimmed down in size. Quick linksDownload current version Instruction manual [Less]
Created about 1 year ago.

0 Users

Bunny the FuzzerA closed loop, high-performance, general purpose protocol-blind fuzzer for C programs. Uses compiler-level integration to seamlessly inject precise and reliable instrumentation hooks ... [More] into the traced program. These hooks enable the fuzzer to receive real-time feedback on changes to the function call path, call parameters, and return values in response to variations in input data. This architecture makes it possible to significantly improve the coverage of the testing process without a noticeable performance impact usually associated with other attempts to peek into run-time internals. Bunny is currently known to support Linux, FreeBSD, OpenBSD, and Cygwin on IA32 and IA64 systems. Quick linksDownload current version (0.93 beta) See detailed documentation [Less]
Created about 1 year ago.