
BYOVD hunter जो मैन्युअल विश्लेषण के योग्य विंडोज़ ड्राइवरों को प्राथमिकता देने में मदद करता है।
BYOVD के लिए उपयुक्त Windows ड्राइवरों की खोज हेतु HolyGrail ड्राइवर ढूंढने वाला एक BYOVD हंटर।
git clone https://github.com/BlackSnufkin/HolyGrail
cd HolyGrail
cargo build --release
HolyGrail.exe -d "C:\path\to\driver.sys"
यदि आवश्यक हो तो JSON आउटपुट, कस्टम आउटपुट निर्देशिका, और पॉलिसी निर्देशिका जोड़ें:
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
इन्हें Policies निर्देशिका में रखें (या -p को उनके स्थान पर इंगित करें):
Policies/
├── lol_drivers.json
├── Win10_MicrosoftDriverBlockPolicy.json
└── Win11_MicrosoftDriverBlockPolicy.json