matanpvpz-oss/byovdsn1per ? reverse-engineered prompt

Reverse engineered prompt

Build me a Windows command line tool in Python that helps me inspect suspicious driver files for Bring Your Own Vulnerable Driver research. It should be able to crawl through common driver locations or an entire machine, copy unique .sys files into one folder, and remember where it left off so it can resume after being stopped. For each driver, I want a quick mode that works without IDA and shows hashes, signing status, HVCI related info, imports, and basic PE details. If IDA is available, it should do a deeper scan that walks dispatch routines, looks for IOCTL patterns, flags simple checks like PID tests or magic values, and tries to match the driver against a small CVE fingerprint database. I also want a compare mode for two drivers, a strings mode, and a way to generate a YARA rule from a driver. Make it easy to install on Windows, include a doctor check that tells me what is missing, and let the tool run fine even if IDA is not installed.

Are you gonna build this?

make sure you review the code using arcumet

Try freeSponsored — opens Arcumet in a new tab