More experiments

This commit is contained in:
momo5502
2022-04-24 21:23:54 +02:00
parent e2f73e0aeb
commit 00e31a84f5
4 changed files with 14 additions and 15 deletions
+2
View File
@@ -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"};