> cat /dev/github | grep security-tools
discovered 03 Aug 2026

redqueen

via awesome-list
→ View on GitHub
Redqueen is a high-performance general-purpose fuzzer designed for x86 binary applications, focusing on bypassing checksums and magic bytes without relying on complex program analysis methods like symbolic execution. Utilizing virtual machine introspection to monitor function call arguments, it generates specific input mutations for effective fuzz testing. This tool is built on kAFL and requires Intel VT-x and Intel Processor Trace support, providing a streamlined approach for security researchers to identify vulnerabilities.