关于
Ruzzy is a production-ready, coverage-guided fuzzer for Ruby built on top of libFuzzer, specifically designed for security research and audit workflows. It provides a unique capability to fuzz both pure Ruby code and native Ruby C extensions, allowing developers to identify memory corruption, undefined behavior, and complex logic flaws. By integrating AddressSanitizer (ASan) and UndefinedBehaviorSanitizer (UBSan), Ruzzy helps surface deep-seated security issues like heap-use-after-free and integer overflows that traditional testing methods often miss.