6 matches found
autoharness
AutoHarness Criado por Akshat Parikh O que é esta ferramenta? AutoHarness é uma ferramenta que gera automaticamente harnesses de fuzzing para você. Esta ideia surge de um problema atual no fuzzing de bases de código: grandes bases de código têm milhares de funções e trechos de código que podem...
fpicker
fpicker fpicker is a Frida-based fuzzing suite that offers a variety of fuzzing modes for in-process fuzzing, such as an AFL++ mode or a passive tracing mode. It should run on all platforms that are supported by Frida. Installation Instructions Building and Running Creating a Fuzzing Harness Mode...
codeql
CodeQL This open source repository contains the standard CodeQL libraries and queries that power GitHub Advanced Security and the other application security products that GitHub makes available to its customers worldwide. How do I learn CodeQL and run queries? There is extensive documentation abo...
tmux-fuzzing
फ़ज़िंग लैब: tmux के लिए फ़ज़िंग को बेहतर बनाना सॉफ़्टवेयर सुरक्षा @ EPFL, स्प्रिंग 2025 सारांश इस लैब में, हमने Google के OSS-Fuzz इंफ्रास्ट्रक्चर में tmux टर्मिनल मल्टीप्लेक्सर के लिए फ़ज़िंग प्रयासों को बेहतर बनाया। हमने पहले मौजूदा input-fuzzer हार्नेस के लाइन कवरेज का मूल्यांकन करके एक बेसला...
test-fuzz
test-fuzz test-fuzz هي أمر فرعي لـ Cargo ومجموعة من ماكروات Rust لأتمتة مهام معينة تتعلق بـ fuzzing باستخدام afl.rs، وتشمل: توليد corpus للـ fuzzing تنفيذ harness للـ fuzzing test-fuzz تحقق هذه الأمور جزئيًا باستخدام أدوات الاختبار في Rust. على سبيل المثال، لتوليد corpus للـ fuzzing، يسجّل...
Coverage-Guided Multi-Agent Harness Generation for Java Library Fuzzing
Coverage-guided fuzzing has proven effective for software testing, but targeting library code requires specialized fuzz harnesses that translate fuzzer-generated inputs into valid API invocations. Manual harness creation is time-consuming and requires deep understanding of API semantics,...