1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 18:51:53 +00:00

Prepare adding the launcher

This commit is contained in:
momo5502
2022-05-10 20:07:58 +02:00
parent c71541bdbb
commit 33bc8d9036
28 changed files with 2330 additions and 2 deletions

View File

@ -11,6 +11,8 @@
#include "resource.hpp"
#include "launcher/launcher.hpp"
#pragma comment(lib, "Shlwapi.lib")
void patch_data(const driver_device& driver_device, const uint32_t pid, const uint64_t addr, const uint8_t* buffer,
@ -76,6 +78,8 @@ std::filesystem::path extract_driver()
void unsafe_main(const int /*argc*/, char* /*argv*/[])
{
//launcher().run();
const auto driver_file = extract_driver();
driver driver{driver_file, "MomoLul"};