Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为 SSDT shadow hooking 创建了一个驱动程序。使用 wdk 在 Windows 7 环境中成功创建了驱动程序。每当我尝试使用 osrloader 启动驱动程序服务时,我都会遇到参数不正确或系统找不到指定文件的错误。我可以注册服务但我无法启动服务。我已验证 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\XXXX 图像名称和路径是否正确。如何解决此错误?
尝试禁用驱动程序签名。
您可以使用 bcdedit.exe 永久执行此操作,或者只需F8在计算机启动时按下并选择Disable Driver Signature Enforcement选项来测试它。
F8
Disable Driver Signature Enforcement