mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 09:41:56 +00:00
Small fixes
This commit is contained in:
@ -37,7 +37,7 @@ namespace
|
||||
|
||||
driver create_driver()
|
||||
{
|
||||
return driver{std::filesystem::absolute(DRIVER_NAME), "HyperHook"};
|
||||
return driver{std::filesystem::absolute(DRIVER_NAME), "HyperHookDriver"};
|
||||
}
|
||||
|
||||
driver_device& get_driver_device()
|
||||
|
Reference in New Issue
Block a user