awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesEdge-Coverage Bitmaps

Records which control-flow edges the target traverses into a compact bitmap to guide fuzzing.

Distinct from Shared-Memory Coverage Bitmaps: Distinct from Shared-Memory Coverage Bitmaps: focuses on the edge-coverage bitmap feedback mechanism for fuzzing, not just shared memory tracking.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Edge-Coverage Bitmaps. Refine with filters or upvote what's useful.

Awesome Edge-Coverage Bitmaps GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aflplusplus/aflplusplusAFLplusplus का अवतार

    AFLplusplus/AFLplusplus

    6,605GitHub पर देखें↗

    AFL++ is a coverage-guided fuzzing framework that discovers crashes and hangs in software by mutating inputs while tracking which code paths are exercised. It functions as both a fuzzing engine and a campaign manager, supporting targets with or without source code through compile-time instrumentation, dynamic binary instrumentation, and emulation. The framework includes tools for crash triage and analysis, test case minimization, and campaign deployment across local or distributed environments. The framework distinguishes itself through its breadth of instrumentation backends, allowing users

    Records control-flow edges into a compact bitmap to guide the fuzzer toward new code paths.

    C
    GitHub पर देखें↗6,605
  1. Home
  2. Operating Systems & Systems Programming
  3. Shared-Memory Coverage Bitmaps
  4. Edge-Coverage Bitmaps