Discover and explore top open-source AI tools and projects—updated daily.
416rehmanAI-powered vulnerability research framework
Top 64.1% on SourcePulse
Automated vulnerability research for Windows kernel drivers is addressed by DeepZero, an AI-powered framework. It enables users to efficiently discover zero-day vulnerabilities by parsing, decompiling, and analyzing driver binaries. This tool streamlines the complex process of vulnerability research, making it more scalable and accessible for security engineers and researchers.
How It Works
DeepZero employs a Pipeline-as-YAML engine for declaratively defining multi-stage analysis workflows, encompassing ingestion, filtering, transformation, and LLM-based assessment. It manages orchestration, parallelism via ThreadPoolExecutor with configurable concurrency, fault tolerance, and state persistence for resumable runs. The framework is extensible, supporting custom processors implemented as Python classes, and integrates with LLMs through Jinja2 prompt templates via LiteLLM.
Quick Start & Requirements
pip install -e ..deepzero run <path_to_drivers> -p <path_to_pipeline.yaml>.Highlighted Details
ThreadPoolExecutor.Maintenance & Community
ruff) and security scanning (bandit).Licensing & Compatibility
Limitations & Caveats
4 weeks ago
Inactive