A BYOVD hunter for finding the HolyGrail driver - Windows drivers suitable for BYOVD.
git clone https://github.com/BlackSnufkin/HolyGrail
cd HolyGrail
cargo build --release
HolyGrail.exe -d "C:\path\to\driver.sys"
Add JSON output, custom output dir, and policy dir if you need:
HolyGrail.exe -d "C:\path\to\driver.sys" -o ".\out" -p ".\Policies" --json
Usage: HolyGrail.exe [OPTIONS]
Options:
-d, --driver <DRIVER_FILE> Path to the driver file (.sys) to analyze
-D, --directory <DRIVER_DIRECTORY> Directory containing driver files to analyze
-o, --output <OUTPUT_DIRECTORY> Output directory for analysis results [default: .\Analysis]
-p, --policies <POLICY_DIRECTORY> Path to directory containing policy files [default: Policies]
-j, --json Output results in JSON format instead of text
-v, --verbose Enable verbose logging
-h, --help Print help
-V, --version Print version
Place these in the Policies directory (or point -p to where they live):
Policies/
├── lol_drivers.json
├── Win10_MicrosoftDriverBlockPolicy.json
└── Win11_MicrosoftDriverBlockPolicy.json
$ claude mcp add HolyGrail \
-- python -m otcore.mcp_server <graph>