Tue, Apr 14, 2020 9:02:29 PM
This commit is contained in:
19
client/efi-mapper/kdmapper/kdmapper.hpp
Normal file
19
client/efi-mapper/kdmapper/kdmapper.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <stdint.h>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
#include "portable_executable.hpp"
|
||||
#include "utils.hpp"
|
||||
#include "nt.hpp"
|
||||
#include "efi_driver.hpp"
|
||||
|
||||
namespace kdmapper
|
||||
{
|
||||
uint64_t MapDriver(HANDLE iqvw64e_device_handle, const std::string& driver_path);
|
||||
void RelocateImageByDelta(portable_executable::vec_relocs relocs, const uint64_t delta);
|
||||
bool ResolveImports(HANDLE iqvw64e_device_handle, portable_executable::vec_imports imports);
|
||||
}
|
||||
Reference in New Issue
Block a user