mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 18:51:53 +00:00
More experiments
This commit is contained in:
@ -46,6 +46,8 @@ std::filesystem::path get_current_path()
|
||||
|
||||
void unsafe_main(const int /*argc*/, char* /*argv*/[])
|
||||
{
|
||||
printf("Pid: %lu\n", GetCurrentProcessId());
|
||||
|
||||
driver driver{get_current_path() / "driver.sys", "MomoLul"};
|
||||
driver_device driver_device{"\\\\.\\HelloDev"};
|
||||
|
||||
|
Reference in New Issue
Block a user